This commit is contained in:
Lucy Hochkamp 2024-08-30 19:33:39 +02:00
parent 279570c40b
commit eb9cd960e5
No known key found for this signature in database
10 changed files with 388 additions and 97 deletions

View file

@ -2,7 +2,6 @@
programs.zsh.enable = true;
environment.pathsToLink = [ "/share/zsh" ];
services.nix-daemon.enable = true;
nix.package = pkgs.nix;
nix.settings.cores = 0; # use all cores
nix.settings.max-jobs = 10; # use all cores
nix.settings.experimental-features = [ "nix-command" "flakes" ];