Clean up home directory

This commit is contained in:
2025-11-30 02:07:20 +01:00
parent 4f89dcf229
commit b9f7f56b53
3 changed files with 27 additions and 3 deletions

View File

@@ -21,6 +21,9 @@ in
programs.zsh = {
enable = true;
dotDir = "${config.xdg.configHome}/zsh";
enableCompletion = true;
autosuggestion.enable = true;
syntaxHighlighting = {
@@ -40,6 +43,7 @@ in
ignoreDups = true;
save = 10000;
size = 10000;
path = "${config.xdg.dataHome}/zsh_history";
};
profileExtra = lib.optionalString (config.home.sessionPath != [ ]) ''