Remove nix settings from home-manager

This commit is contained in:
Jimbo 2025-01-22 12:30:01 -05:00
parent 054f08a7b9
commit ebb7258a51
2 changed files with 0 additions and 11 deletions

View file

@ -6,7 +6,6 @@
./dconf
./fonts
./gtk
./nix
./xdg
];
}

View file

@ -1,10 +0,0 @@
{ lib, pkgs, ... }:
{
nix = {
package = lib.mkForce pkgs.nix;
settings.experimental-features = [
"nix-command"
"flakes"
];
};
}