feat: packages2

This commit is contained in:
Philipp Hochkamp 2022-03-05 12:56:37 +01:00
parent 7cca126b52
commit 353b0c7fd8
2 changed files with 4 additions and 1 deletions

View file

@ -10,6 +10,9 @@
sshUser = "ragon";
hostName = "ds9";
}];
nix.extraOptions = ''
builders-use-substitutes = true
'';
system.defaults = {
NSGlobalDomain.AppleShowAllExtensions = true;