This commit is contained in:
Frost-Phoenix 2024-01-26 22:16:54 +01:00
parent 2cce56dbd9
commit e708d48fbd
2 changed files with 12 additions and 14 deletions

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;
};