mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-02-05 12:28:52 -05:00
Fix up the required packages for wayland
This commit is contained in:
parent
71ebb20466
commit
9601ca104e
6 changed files with 17 additions and 229 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue