Archived
1
0
Fork 0

Change configuration

This commit is contained in:
Ethan Reece 2025-07-01 21:29:04 -05:00
parent 11b09aeef1
commit e8cdda6b99
No known key found for this signature in database
GPG key ID: 03E0DD19D648C768

View file

@ -13,11 +13,14 @@
shell = pkgs.nushell; shell = pkgs.nushell;
}; };
nix.extraOptions = '' nix = {
linux-builder.enable = true;
extraOptions = ''
auto-optimise-store = true auto-optimise-store = true
experimental-features = nix-command flakes experimental-features = nix-command flakes
extra-platforms = x86_64-darwin aarch64-darwin extra-platforms = aarch64-darwin
''; '';
};
programs = { programs = {
fish.enable = true; fish.enable = true;