mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
Refactors, konawall-py for darwin, sumireko update to Sonoma
This commit is contained in:
parent
091ddb5b91
commit
bc61d82487
151 changed files with 691 additions and 792 deletions
|
|
@ -70,10 +70,13 @@
|
|||
}
|
||||
.${string.toLower config.type};
|
||||
modules = with tree; [
|
||||
# per-OS modules
|
||||
tree.modules.${config.folder}
|
||||
#tree.modules.common
|
||||
# per-OS configuration
|
||||
tree.${config.folder}.common
|
||||
tree.kat.user.${config.folder}
|
||||
# per-OS user definition
|
||||
tree.home.user.${config.folder}
|
||||
# the base common module
|
||||
common
|
||||
];
|
||||
builder =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue