restructured repo to support nix-darwin

This commit is contained in:
Leyla Becker 2024-11-25 16:58:12 -06:00
parent 3924a5aa8d
commit 0d0443a02a
47 changed files with 111 additions and 34 deletions

View file

@ -0,0 +1,7 @@
# this folder is for modules that are common between nixos, home-manager, and darwin
{...}: {
imports = [
./overlays
./pkgs
];
}

View file

@ -0,0 +1,3 @@
# this folder is for derivation overlays
{...}: {
}

View file

@ -0,0 +1,4 @@
# this folder is for custom derivations
{...}: {
# package = pkgs.callPackage ./package.nix {};
}