diff options
Diffstat (limited to 'hosts/copenhagen/home')
| -rw-r--r-- | hosts/copenhagen/home/c.nix | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/hosts/copenhagen/home/c.nix b/hosts/copenhagen/home/c.nix index 718b382..0d1d5e9 100644 --- a/hosts/copenhagen/home/c.nix +++ b/hosts/copenhagen/home/c.nix @@ -5,8 +5,6 @@ inputs.impermanence.nixosModules.home-manager.impermanence ]; - home.stateVersion = "23.11"; - home.persistence."/persist/home/c" = { allowOther = true; @@ -18,7 +16,6 @@ ]; }; - programs = { git = { enable = true; @@ -41,4 +38,6 @@ home.packages = with pkgs; [ cloc ]; + + home.stateVersion = "23.11"; } |