Add Nix settings to home-manager also
This commit is contained in:
parent
98378d3078
commit
9f72452896
|
@ -6,6 +6,7 @@
|
||||||
./dconf
|
./dconf
|
||||||
./fonts
|
./fonts
|
||||||
./gtk
|
./gtk
|
||||||
|
./nix
|
||||||
./xdg
|
./xdg
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
7
modules/home/settings/nix/default.nix
Normal file
7
modules/home/settings/nix/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
nix.settings.experimental-features = [
|
||||||
|
"nix-command"
|
||||||
|
"flakes"
|
||||||
|
];
|
||||||
|
}
|
Loading…
Reference in a new issue