user/rin: hack, include all gui imports to avoid inf recursion
This commit is contained in:
parent
f1e9e140d6
commit
29a5866f90
1 changed files with 3 additions and 1 deletions
|
|
@ -26,7 +26,9 @@
|
||||||
neovim
|
neovim
|
||||||
npm
|
npm
|
||||||
zsh
|
zsh
|
||||||
] ++ lib.optionals config.me.gui [
|
# HACK: include all gui for now due to infinite recursion (inability to dynamically control imports)
|
||||||
|
# ] ++ lib.optionals config.me.gui [
|
||||||
|
] ++ [
|
||||||
theming
|
theming
|
||||||
xdg
|
xdg
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue