add my own game to exported pkgs

This commit is contained in:
Frost-Phoenix 2024-01-03 22:41:07 +01:00
parent c8b92d77a8
commit 5cca490b16
3 changed files with 24 additions and 15 deletions

View file

@ -34,6 +34,10 @@
url = "github:catppuccin/starship";
flake = false;
};
imports = [
./pkgs
];
};
outputs = { nixpkgs, self, ...} @ inputs: