1

Remove overlays from configuration.nix

This commit is contained in:
2022-07-01 13:36:05 +02:00
parent 712e709103
commit 346ba27662

View File

@ -55,7 +55,7 @@
./nixos/configuration.nix
# Add the overlays
{ nixpkgs.overlays = attrValues overlays; }
# { nixpkgs.overlays = attrValues overlays; } # I only really need them for HomeManager
];
# Make our inputs available to the config (for importing modules)