This commit is contained in:
Frost-Phoenix 2024-01-26 22:15:47 +01:00
parent 3414f3d43f
commit 2cce56dbd9

View file

@ -42,7 +42,7 @@
username = "frostphoenix";
in
{
overlays.default = selfPkgs.overlay;
# overlays.default = selfPkgs.overlay;
nixosConfigurations = import ./modules/core/default.nix {
inherit self nixpkgs inputs username;
};