feat: sys-gui-gpu: separate template for drivers

Co-authored-by: Ben Grande <ben.grande.b@gmail.com>
This commit is contained in:
3np 2025-06-26 21:55:19 +00:00 committed by Ben Grande
parent bcea67d353
commit e827bf64d6
No known key found for this signature in database
GPG key ID: 00C64E14F51F9E56
6 changed files with 55 additions and 10 deletions

View file

@ -13,4 +13,27 @@ Upstream pkg.installed install weak_deps/recommends.
include:
- sys-gui.install
"{{ slsdotpath }}-installed":
pkg.installed:
- require:
- sls: sys-gui.install
- install_recommends: False
- skip_suggestions: True
- setopt: "install_weak_deps=False"
- pkgs:
- pciutils
- lshw
- linux-firmware
- amd-gpu-firmware
- amd-ucode-firmware
- xorg-x11-drv-amdgpu
- radeontop
- nvidia-gpu-firmware
- libva-nvidia-driver
- xorg-x11-drv-nouveau
- intel-gpu-firmware
- libva-intel-hybrid-driver
- libva-intel-media-driver
- xorg-x11-drv-intel
{% endif -%}