Update flake, replace Docker with Podman, zsh history tweaks

This commit is contained in:
2025-10-02 13:37:52 -04:00
parent 5e40bc1735
commit 6b6ec3cb9e
3 changed files with 35 additions and 24 deletions

View File

@@ -76,11 +76,13 @@
extended = true;
ignoreDups = true;
ignorePatterns = [
"ls"
"ls *"
"cd *"
"gs"
"exit"
];
path = "`\${config.xdg.dataHome}/zsh/zsh_history`";
};
syntaxHighlighting.enable = true;
};