about summary refs log tree commit diff
path: root/hosts/home.nix
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-06-22 16:42:29 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-06-22 16:42:29 +0200
commit2976ee17d43cc47781bb9ceb8253d5cec2ab637a (patch)
tree83df737ec2d1d12fd6e42416c0e56cedfbc4d3b1 /hosts/home.nix
parentAdd placeholder for git commit signing by default (diff)
downloadnixos-config-2976ee17d43cc47781bb9ceb8253d5cec2ab637a.tar.gz
nixos-config-2976ee17d43cc47781bb9ceb8253d5cec2ab637a.tar.bz2
nixos-config-2976ee17d43cc47781bb9ceb8253d5cec2ab637a.zip
Add home.stateVersion to home-manager
Diffstat (limited to 'hosts/home.nix')
-rw-r--r--hosts/home.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/home.nix b/hosts/home.nix
index 767395c..62fd3a5 100644
--- a/hosts/home.nix
+++ b/hosts/home.nix
@@ -178,4 +178,6 @@ in
       sha256 = "sha256-YKpIno5QSJM/GGp5DwQeuhKmTU5S96+IhLr0O0V8PDI=";
     };
   };
+
+  home.stateVersion = "22.05";
 }