Remove nix settings from home-manager
This commit is contained in:
parent
054f08a7b9
commit
ebb7258a51
|
@ -6,7 +6,6 @@
|
|||
./dconf
|
||||
./fonts
|
||||
./gtk
|
||||
./nix
|
||||
./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