Init configuration from template

This commit is contained in:
Lillian Violet 2023-10-23 17:15:54 +02:00
commit 0b578b716f
9 changed files with 654 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 { };
}