update
This commit is contained in:
parent
3ba72b101b
commit
8b13ef95c8
2 changed files with 1 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
programs.zsh.enable = true;
|
programs.zsh.enable = true;
|
||||||
environment.pathsToLink = [ "/share/zsh" ];
|
environment.pathsToLink = [ "/share/zsh" ];
|
||||||
services.nix-daemon.enable = true;
|
services.nix-daemon.enable = true;
|
||||||
nix.package = pkgs.nixFlakes;
|
nix.package = pkgs.nixVersions.stable;
|
||||||
nix.settings.cores = 0; # use all cores
|
nix.settings.cores = 0; # use all cores
|
||||||
nix.settings.max-jobs = 10; # use all cores
|
nix.settings.max-jobs = 10; # use all cores
|
||||||
nix.distributedBuilds = true;
|
nix.distributedBuilds = true;
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,6 @@ in
|
||||||
|
|
||||||
homebrew = {
|
homebrew = {
|
||||||
enable = true;
|
enable = true;
|
||||||
autoUpdate = true;
|
|
||||||
brews = [
|
brews = [
|
||||||
"pam-reattach"
|
"pam-reattach"
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue