feat: solidify design

This commit is contained in:
punkfairie 2025-05-25 15:11:06 -07:00
parent 5b96e77e14
commit 928adc261f
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6

25
layout.txt Normal file
View 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
];