diff --git a/flake.nix b/flake.nix index b508f7c..55250db 100644 --- a/flake.nix +++ b/flake.nix @@ -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; };