diff --git a/home/shell.nix b/home/shell.nix index 3e20631..43525c4 100644 --- a/home/shell.nix +++ b/home/shell.nix @@ -19,6 +19,7 @@ let in { home = { + stateVersion = "26.05"; sessionVariables = { EDITOR = "nvim"; XDG_CONFIG_HOME = "${homeDir}/.config";