mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 15:39:58 +00:00
20 lines
266 B
YAML
20 lines
266 B
YAML
---
|
|
hostname: nymph
|
|
|
|
host_packages:
|
|
- nvidia
|
|
- mesa-dri
|
|
- vulkan-loader
|
|
- mesa-vulkan-intel
|
|
- intel-video-accel
|
|
- tlp
|
|
- tlp-rdw
|
|
|
|
host_enabled_services:
|
|
- tlp
|
|
|
|
host_dotfiles:
|
|
- src: .config/autorandr/
|
|
dest: .config/autorandr/
|
|
mode: preserve
|