diff --git a/yodaTux/home-manager.nix b/yodaTux/home-manager.nix index 5df8882..6f2c3d0 100644 --- a/yodaTux/home-manager.nix +++ b/yodaTux/home-manager.nix @@ -10,7 +10,9 @@ in home-manager.users.yoda = { /* The home.stateVersion option does not have a default and must be set */ + /* https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion */ home.stateVersion = "23.05"; + /* Here goes the rest of your home-manager config, e.g. home.packages = [ pkgs.foo ]; */ # Git config using Home Manager modules