This commit is contained in:
Zastian Pretorius
2025-07-01 14:40:29 +01:00
parent 211c361c9b
commit f006323bd0
9 changed files with 168 additions and 48 deletions

View File

@@ -20,6 +20,7 @@
path = "$XDG_DATA_HOME/zsh/history";
};
sessionVariables = {
LD_LIBRARY_PATH = "/run/current-system/sw/share/nix-ld/lib";
HISTSIZE = 3000;
SAVEHIST = 3000;
CARGO_HOME = "$XDG_DATA_HOME/cargo";
@@ -80,4 +81,3 @@
'';
};
}