Add config

This commit is contained in:
Frankie B 2023-04-25 20:21:03 +01:00
commit 4b0c887369
13 changed files with 597 additions and 0 deletions

6
pkgs/default.nix Normal file
View file

@ -0,0 +1,6 @@
# Custom packages, that can be defined similarly to ones from nixpkgs
# You can build them using 'nix build .#example' or (legacy) 'nix-build -A example'
{ pkgs ? (import ../nixpkgs.nix) { } }: {
# example = pkgs.callPackage ./example { };
}