ctucx.git: nixfiles

ctucx' nixfiles

commit 475cfcbd3b98d8a491339cbe31ded92204b8a109
parent 6cb3fec04b1c89a7f40aa8450604ab309b1818c4
Author: Leah (ctucx) <leah@ctu.cx>
Date: Sun, 10 Oct 2021 14:42:16 +0200

set home-manager's stateVersion to a useful value; use wrapped firefox
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/configurations/programs/firefox.nix b/configurations/programs/firefox.nix
@@ -11,7 +11,7 @@
     programs = {
       firefox = {
         enable = true;
-        package = pkgs.firefox-esr-91-unwrapped;
+        package = pkgs.firefox-esr-91;
       };
 
       browserpass = {
diff --git a/machines/briefkasten/configuration.nix b/machines/briefkasten/configuration.nix
@@ -55,5 +55,6 @@
     };
   };
 
+  home-manager.users.leah.home.stateVersion = "21.05";
   system.stateVersion = "21.05"; # Did you read the comment?
 }