system/group_vars/desktop.yaml
Marty Oehme e51abbfebe
feat(packages): Add packages to installation groups
Many new packages added which I am using. Some void-specific packages,
mostly usable for headless devices, but some specific to desktop (GUI)
devices, which are added to the relevant group variable file.

Additionally, contains some custom packages from my personal repository,
which I am not sure yet how to best proceed with. But since we also
install my custom repo (in the packages role) this should be fine for
the moment.
2025-10-28 11:44:56 +01:00

33 lines
674 B
YAML

fonts:
- nerd-fonts-otf
- noto-fonts-ttf
- noto-fonts-cjk
- noto-fonts-emoji
packages_de:
- bemenu
- pinentry-bemenu
- clipman
- grim
- kanshi
- mako
- slurp
- waylock
- wlsunset
- swaybg
- swayidle
packages_gui:
- gimp
- nextcloud-client
- qutebrowser
- python3-adblock # dependency for qutebrowser adblocking
- sioyek
- wdisplays
- wezterm
- timg # requires wezterm
packages_games:
- lutris
- linux-firmware-intel
- mesa-dri # TODO: currently automatically installed by wayland role
- vulkan-loader
- mesa-vulkan-intel
- libva-intel-driver # since I have pre-Coffee Lake CPU. For newer GPUs use intel-media-driver