feat: layout fixes
This commit is contained in:
parent
fa75d5fa72
commit
2c4c938b1f
1 changed files with 16 additions and 1 deletions
17
layout.txt
17
layout.txt
|
@ -2,6 +2,7 @@ modules/${class}/default.nix # imported by easy-hosts.perClass.modules
|
|||
|
||||
imports = [
|
||||
../base # common across all systems
|
||||
|
||||
./base # common across all ${class} systems
|
||||
./shell # WM/DE
|
||||
./programs
|
||||
|
@ -12,9 +13,23 @@ modules/${class}/default.nix # imported by easy-hosts.perClass.modules
|
|||
|
||||
|
||||
|
||||
modules/home/default.nix
|
||||
modules/base/default.nix
|
||||
|
||||
imports = [
|
||||
../options # custom options used for deciding other config
|
||||
|
||||
{...} # modules w/i base
|
||||
|
||||
./home.nix # home-manager setup; imports modules/home
|
||||
];
|
||||
|
||||
|
||||
|
||||
modules/home/default.nix # HOME MANAGER OPTIONS ONLY
|
||||
|
||||
imports = [
|
||||
../options
|
||||
|
||||
./shell # WM/DE
|
||||
./programs
|
||||
# default.nix - turns on/off depending on profile
|
||||
|
|
Loading…
Reference in a new issue