repository: init

This commit is contained in:
Artur Manuel 2024-07-17 04:09:08 +01:00
commit f140e7763f
8 changed files with 455 additions and 0 deletions

3
overlay/default.nix Normal file
View file

@ -0,0 +1,3 @@
pkgs: {
pankomacs = pkgs.callPackage ./package { };
}