restructured repo to support nix-darwin
This commit is contained in:
parent
3924a5aa8d
commit
0d0443a02a
47 changed files with 111 additions and 34 deletions
7
modules/common-modules/default.nix
Normal file
7
modules/common-modules/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
# this folder is for modules that are common between nixos, home-manager, and darwin
|
||||
{...}: {
|
||||
imports = [
|
||||
./overlays
|
||||
./pkgs
|
||||
];
|
||||
}
|
3
modules/common-modules/overlays/default.nix
Normal file
3
modules/common-modules/overlays/default.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
# this folder is for derivation overlays
|
||||
{...}: {
|
||||
}
|
4
modules/common-modules/pkgs/default.nix
Normal file
4
modules/common-modules/pkgs/default.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
# this folder is for custom derivations
|
||||
{...}: {
|
||||
# package = pkgs.callPackage ./package.nix {};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue