Configure zsh

This commit is contained in:
muon 2024-06-12 14:56:28 +00:00
parent c9b3277d95
commit 349e926e32
6 changed files with 60 additions and 25 deletions

View file

@ -5,6 +5,7 @@
clean.extraArgs = "--keep-since 4d --keep 3";
flake = "/home/${config.mods.user.name}/.config/home";
};
nix.settings.experimental-features = [ "nix-command" "flakes" ];
nix.settings = {
substituters = [
"https://cache.nixos.org"