mirror of
https://github.com/ben-grande/qusal.git
synced 2025-09-27 03:30:54 -04:00
feat: sys-gui-gpu: separate template for drivers
Co-authored-by: Ben Grande <ben.grande.b@gmail.com>
This commit is contained in:
parent
bcea67d353
commit
e827bf64d6
6 changed files with 55 additions and 10 deletions
|
@ -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 -%}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue