diff --git a/users/albert/home.nix b/users/albert/home.nix index f0c3a2c5..5118e5ef 100644 --- a/users/albert/home.nix +++ b/users/albert/home.nix @@ -1,7 +1,8 @@ { config, pkgs, ... }: { + home.stateVersion = "23.05"; imports = [ ./dconf.nix ../../common/dotfiles/git.nix ../../common/dotfiles/vim.nix ]; -} +} \ No newline at end of file diff --git a/users/root/home.nix b/users/root/home.nix index 5fbda1df..a3a681b4 100644 --- a/users/root/home.nix +++ b/users/root/home.nix @@ -1,6 +1,7 @@ { config, pkgs, ... }: { + home.stateVersion = "23.05"; imports = [ ../../common/dotfiles/git.nix ../../common/dotfiles/vim.nix ]; -} +} \ No newline at end of file