diff --git a/flake.nix b/flake.nix index 17e4f91..b508f7c 100644 --- a/flake.nix +++ b/flake.nix @@ -36,8 +36,7 @@ }; }; - outputs = - { nixpkgs, self, ...} @ inputs: + outputs = { nixpkgs, self, ...} @ inputs: let selfPkgs = import ./pkgs; username = "frostphoenix"; @@ -45,7 +44,7 @@ { overlays.default = selfPkgs.overlay; nixosConfigurations = import ./modules/core/default.nix { - inherit self nixpkgs inputs; + inherit self nixpkgs inputs username; }; }; }