Fix up the required packages for wayland

This commit is contained in:
TheWanderingCrow 2024-09-22 17:44:24 -04:00
parent 71ebb20466
commit 9601ca104e
6 changed files with 17 additions and 229 deletions

View file

@ -13,7 +13,7 @@
pulseaudio
keyd
] else []
)
)
++ (
if config.packages.gui.enable
then [
@ -46,12 +46,24 @@
# Utilities
hyfetch
gimp
foot
pulseaudio-ctl
playerctl
brightnessctl
] else []
)
++ (
if config.packages.wayland.enable
then [] else []
then [
foot
wofi
swaynotificationcenter
udiskie
polkit_gnome
swayidle
sway-audio-idle-inhibit
swaylock-effects
grimshot
] else []
)
++ (
if config.packages.x11.enable