init opam, add stack and remove hostname

This commit is contained in:
Noa Aarts 2024-05-18 11:13:11 +02:00
parent c365e01645
commit be42ca6833
4 changed files with 6 additions and 4 deletions

View file

@ -21,6 +21,9 @@ in
lt = "lsd -l --tree";
update = "nix flake update --commit-lock-file $HOME/nixos && sudo nixos-rebuild switch --flake $HOME/nixos";
};
initExtra = ''
[[ ! -r /home/noa/.opam/opam-init/init.zsh ]] || source /home/noa/.opam/opam-init/init.zsh > /dev/null 2> /dev/null
'';
history = {
path = "${config.xdg.dataHome}/zsh/history";
size = 10000;