little-lightning: nix settings

sh-initrd-on-root
Zynh Ludwig 2024-09-27 10:11:28 -07:00
parent 885a428878
commit 78fc679bcc
1 changed files with 8 additions and 0 deletions

View File

@ -5,6 +5,14 @@
../../home/modules
];
nix = {
package = pkgs.nix;
settings = {
auto-optimise-store = true;
experimental-features = [ "nix-command" "flakes" ];
};
};
snowhawk = {
alacritty.enable = true;
macos.enable = true;