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