From 66cd3121bca9e4a79c71084671bdb10637d91808 Mon Sep 17 00:00:00 2001 From: iFargle Date: Sat, 1 Jul 2023 19:05:12 +0900 Subject: [PATCH] test --- users/albert/home.nix | 3 ++- users/root/home.nix | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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