user: Fix gui programs being installed by mistake

pull/48/head
Simon Bruder 2021-01-28 16:35:54 +01:00
parent 67fe507a2d
commit 204962d0f3
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 2 additions and 2 deletions

View File

@ -198,7 +198,7 @@ in
wl-clipboard # not really gui, but cli tool to manage wayland clipboard
wxhexeditor # hex editor
xfce.thunar # graphical file manager
] ++ lib.optionals config.sbruder.full [
] ++ lib.optionals (config.sbruder.gui.enable && config.sbruder.full) [
# communication
ungoogled-chromium # useful for exporting pages as pdf
@ -215,7 +215,7 @@ in
# office
jameica # application framework (used for hibiscus online banking)
pdfsam-basic # pdf multitool
] ++ lib.optionals (!config.sbruder.full) [
] ++ lib.optionals (config.sbruder.gui.enable && !config.sbruder.full) [
# creative/design
gimp # without plugins
];