Add var envs & paneru derivation

This commit is contained in:
2026-02-15 14:28:42 +01:00
parent 51e0a62c03
commit 50e8057907
8 changed files with 46 additions and 3 deletions
+5 -1
View File
@@ -13,9 +13,13 @@ in
enable = true;
autosuggestion.enable = true;
syntaxHighlighting.enable = true;
dotDir = "${config.xdg.configHome}/zsh";
history = {
path = "${config.xdg.dataHome}/zsh/history";
};
oh-my-zsh = {
enable = true;
theme = "af-magic";
theme = "dieter";
};
};