diff --git a/nixos-configurations/pc/default.nix b/nixos-configurations/pc/default.nix index 705623a..fea4323 100644 --- a/nixos-configurations/pc/default.nix +++ b/nixos-configurations/pc/default.nix @@ -26,6 +26,8 @@ key = "74F3E176485BE7DA"; }; }; + home.stateVersion = "22.11"; }; + system.stateVersion = "22.11"; } diff --git a/nixos-configurations/shared.nix b/nixos-configurations/shared.nix index a22018a..fd484f7 100644 --- a/nixos-configurations/shared.nix +++ b/nixos-configurations/shared.nix @@ -215,10 +215,7 @@ }; }; }; - firefox = { - enable = true; - package = pkgs.firefox-devedition; - }; + firefox.enable = true; git = { enable = true; userName = "thiloho"; @@ -240,7 +237,6 @@ NIXOS_OZONE_WL = "1"; EDITOR = "hx"; }; - stateVersion = "22.11"; packages = with pkgs; [ libreoffice airshipper @@ -260,9 +256,8 @@ grim swappy kooha + ventoy ]; + }; }; -}; - - system.stateVersion = "22.11"; }