feat: solidify design
This commit is contained in:
parent
5b96e77e14
commit
928adc261f
1 changed files with 25 additions and 0 deletions
25
layout.txt
Normal file
25
layout.txt
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
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
|
||||||
|
# default.nix - turns on/off depending on profile
|
||||||
|
./services
|
||||||
|
# default.nix - turns on/off depending on profile
|
||||||
|
];
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
modules/home/default.nix
|
||||||
|
|
||||||
|
imports = [
|
||||||
|
./shell # WM/DE
|
||||||
|
./programs
|
||||||
|
# default.nix - turns on/off depending on profile
|
||||||
|
# ${program}.nix - OS check here if needed
|
||||||
|
./services
|
||||||
|
# default.nix - turns on/off depending on profile
|
||||||
|
# ${service}.nix - OS check here if needed
|
||||||
|
];
|
Loading…
Reference in a new issue