This commit is contained in:
TheWanderingCrow 2024-10-13 15:14:19 -04:00
parent 2fa6a08c40
commit 5d8dfeb21c
3 changed files with 7 additions and 3 deletions

View file

@ -70,7 +70,10 @@
)
++ (
if config.module.x11.enable
then [] else []
then [
xterm
rofi
] else []
)
++ (
if config.module.programming.enable