setting up

This commit is contained in:
death916 2025-05-09 02:20:30 -07:00
commit ba9ec0812d
9 changed files with 492 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 { };
}