Remove nix settings from home-manager
This commit is contained in:
parent
054f08a7b9
commit
ebb7258a51
|
@ -6,7 +6,6 @@
|
||||||
./dconf
|
./dconf
|
||||||
./fonts
|
./fonts
|
||||||
./gtk
|
./gtk
|
||||||
./nix
|
|
||||||
./xdg
|
./xdg
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,10 +0,0 @@
|
||||||
{ lib, pkgs, ... }:
|
|
||||||
{
|
|
||||||
nix = {
|
|
||||||
package = lib.mkForce pkgs.nix;
|
|
||||||
settings.experimental-features = [
|
|
||||||
"nix-command"
|
|
||||||
"flakes"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Reference in a new issue