Initial Commit

This commit is contained in:
Mrrp 2024-08-04 06:26:01 +00:00
commit 67c1e01514
14 changed files with 544 additions and 0 deletions

5
pkgs/default.nix Normal file
View file

@ -0,0 +1,5 @@
# Custom packages, that can be defined similarly to ones from nixpkgs
# You can build them using 'nix build .#example'
pkgs: {
# example = pkgs.callPackage ./example { };
}