feat: layout fixes

This commit is contained in:
punkfairie 2025-05-25 16:48:40 -07:00
parent fa75d5fa72
commit 2c4c938b1f
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6

View file

@ -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