Init impermanence

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-08-13 20:03:07 +02:00
parent b0a3843bcc
commit ac0a706f1c
32 changed files with 254 additions and 481 deletions
+1 -2
View File
@@ -11,12 +11,11 @@
];
home = {
sessionPath = ["$HOME/.local/share/go/bin"];
sessionVariables = {
COLORTERM = "truecolor";
MANPAGER = "bat -l man -p";
GOPATH = "$HOME/.local/share/go";
};
persistence."/persist".files = [".zsh_history"];
};
programs.zsh = {