set up a default config

This commit is contained in:
insects 2024-08-03 22:19:00 +02:00
commit 92c57d8825
11 changed files with 479 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 { };
}