split config and pkgs in separate folders

This commit is contained in:
Felix Buehler 2022-07-30 15:00:18 +02:00
parent ab3ece7522
commit b8149f88ed
9 changed files with 112 additions and 17 deletions

8
pkgs/default.nix Normal file
View file

@ -0,0 +1,8 @@
#{ pkgs }:
#pkgs.lib.makeScope pkgs.newScope (pkgs: {
# homarr = pkgs.callPackage ./homarr { };
#})
final: prev:
{
homer = final.callPackage ./homer { };
}