From b7e153b9c471d46145fe6776066791bf441eba98 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Mon, 18 Jul 2022 10:14:10 -0400 Subject: [PATCH] hm: stateVersion https://nix-community.github.io/home-manager/options.html#opt-home.stateVersion --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 71649ad..fdf44b7 100644 --- a/flake.nix +++ b/flake.nix @@ -76,6 +76,7 @@ programs.bash = { enable = true; } // (import ./home/shellcommon.nix { inherit pkgs; }); + home.stateVersion = "22.11"; }; } ];