zsh: don't suggest stateVersion update
Generally best to avoid telling normal users to adjust their stateVersion to avoid other home-manager module logic changes based on stateVersion. Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
parent
b3ae822959
commit
d2e0458d65
2 changed files with 2 additions and 2 deletions
|
|
@ -415,7 +415,7 @@ in
|
|||
You are currently using the legacy default (home directory) because `home.stateVersion` is less than "26.05".
|
||||
To silence this warning and lock in the current behavior, set:
|
||||
programs.zsh.dotDir = config.home.homeDirectory;
|
||||
To adopt the new behavior (XDG config directory), update `home.stateVersion` to "26.05" or set:
|
||||
To adopt the new behavior (XDG config directory), set:
|
||||
programs.zsh.dotDir = "''${config.xdg.configHome}/zsh";
|
||||
''
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue