From b475922e364f2a9c2d01035680252c13cd7003bf Mon Sep 17 00:00:00 2001 From: EinEtwas Date: Sun, 13 Oct 2024 21:20:03 +0200 Subject: [PATCH] fix: replace chromium with chrome --- modules/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/configuration.nix b/modules/configuration.nix index 4869bab..3b1df41 100644 --- a/modules/configuration.nix +++ b/modules/configuration.nix @@ -66,7 +66,7 @@ environment.systemPackages = with pkgs; [ # vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. # wget - chromium + google-chrome fprintd #home-manager ];