Initial Commit

This commit is contained in:
Chloe Hawthorne
2024-12-27 14:32:28 +11:00
commit c5b252cd10
10 changed files with 531 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 { };
}