little-lightning: nix settings
parent
885a428878
commit
78fc679bcc
|
@ -5,6 +5,14 @@
|
||||||
../../home/modules
|
../../home/modules
|
||||||
];
|
];
|
||||||
|
|
||||||
|
nix = {
|
||||||
|
package = pkgs.nix;
|
||||||
|
settings = {
|
||||||
|
auto-optimise-store = true;
|
||||||
|
experimental-features = [ "nix-command" "flakes" ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
snowhawk = {
|
snowhawk = {
|
||||||
alacritty.enable = true;
|
alacritty.enable = true;
|
||||||
macos.enable = true;
|
macos.enable = true;
|
||||||
|
|
Loading…
Reference in New Issue