init commit

This commit is contained in:
winter
2026-05-23 17:33:15 -07:00
commit 197c7b469f
12 changed files with 1188 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 { };
}