restructured repo to support nix-darwin
This commit is contained in:
parent
3924a5aa8d
commit
0d0443a02a
47 changed files with 111 additions and 34 deletions
6
modules/system-modules/default.nix
Normal file
6
modules/system-modules/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
# this folder container modules that are for nixos and darwin
|
||||
{...}: {
|
||||
imports = [
|
||||
./home-manager
|
||||
];
|
||||
}
|
2
modules/system-modules/home-manager/default.nix
Normal file
2
modules/system-modules/home-manager/default.nix
Normal file
|
@ -0,0 +1,2 @@
|
|||
# modules in this folder are to adapt home-manager modules configs to system-module configs
|
||||
{...}: {}
|
Loading…
Add table
Add a link
Reference in a new issue