wow it's config

This commit is contained in:
KoenDR06 2024-03-16 10:10:47 +00:00
commit 0919b81b35
10 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 { };
}