add my own game to exported pkgs
This commit is contained in:
parent
09d61f5416
commit
59f3414122
2 changed files with 13 additions and 17 deletions
|
|
@ -34,7 +34,6 @@
|
|||
url = "github:catppuccin/starship";
|
||||
flake = false;
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
outputs = { nixpkgs, self, ...} @ inputs:
|
||||
|
|
@ -43,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;
|
||||
};
|
||||
|
|
|
|||
Reference in a new issue