1

Remove overlays from configuration.nix

This commit is contained in:
2022-07-01 13:36:05 +02:00
parent eab608887f
commit 4a136d93f1

View File

@ -55,7 +55,7 @@
./nixos/configuration.nix ./nixos/configuration.nix
# Add the overlays # 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) # Make our inputs available to the config (for importing modules)