mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
refactor: state version
This commit is contained in:
parent
e04f4bbafd
commit
d5da15e555
2 changed files with 0 additions and 1 deletions
|
|
@ -14,7 +14,6 @@ in {
|
||||||
sharedModules = with tree;
|
sharedModules = with tree;
|
||||||
[
|
[
|
||||||
modules.home
|
modules.home
|
||||||
kat.state
|
|
||||||
]
|
]
|
||||||
++ optional (tree.${systemType} ? home) tree.${systemType}.home;
|
++ optional (tree.${systemType} ? home) tree.${systemType}.home;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue