user: Fix gui programs being installed by mistake
This commit is contained in:
parent
67fe507a2d
commit
204962d0f3
|
@ -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
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue