about summary refs log tree commit diff
path: root/hosts/home.nix
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2022-06-22 16:42:29 +0200
committerBaitinq <[email protected]>2022-06-22 16:42:29 +0200
commitfae4ae8531838502772a81c268f518729fc919ce (patch)
tree21acff832ed49252e8b9c72238b11a24c2b1bff4 /hosts/home.nix
parentAdd placeholder for git commit signing by default (diff)
downloadnixos-config-fae4ae8531838502772a81c268f518729fc919ce.tar.gz
nixos-config-fae4ae8531838502772a81c268f518729fc919ce.tar.bz2
nixos-config-fae4ae8531838502772a81c268f518729fc919ce.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";
 }