add my own game to exported pkgs
This commit is contained in:
parent
c8b92d77a8
commit
5cca490b16
3 changed files with 24 additions and 15 deletions
|
|
@ -34,6 +34,10 @@
|
|||
url = "github:catppuccin/starship";
|
||||
flake = false;
|
||||
};
|
||||
|
||||
imports = [
|
||||
./pkgs
|
||||
];
|
||||
};
|
||||
|
||||
outputs = { nixpkgs, self, ...} @ inputs:
|
||||
|
|
|
|||
Reference in a new issue