diff --git a/users/simon/default.nix b/users/simon/default.nix index 309eed7..639a4be 100644 --- a/users/simon/default.nix +++ b/users/simon/default.nix @@ -46,5 +46,9 @@ }; imports = [ ./modules ]; + + config = { + home.stateVersion = "20.09"; + }; }; }