mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 23:49:56 +00:00
The dual/solo autorandr profiles existed under dotfiles/nymph/ but were never deployed (no host_i3_dotfiles entry). Mirror the ikaros pattern so they land in ~/.config/autorandr/. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
30 lines
475 B
YAML
30 lines
475 B
YAML
---
|
|
hostname: nymph
|
|
|
|
desktop_sessions_enabled:
|
|
- i3
|
|
|
|
desktop_default_session: i3
|
|
desktop_default_session_env: xorg
|
|
desktop_emptty_session_error_logging: rotate
|
|
|
|
host_packages:
|
|
- nvidia
|
|
- linux-mainline-headers
|
|
- mesa-dri
|
|
- vulkan-loader
|
|
- mesa-vulkan-intel
|
|
- intel-video-accel
|
|
- power-profiles-daemon
|
|
- tlp
|
|
- tlp-rdw
|
|
- upower
|
|
|
|
host_enabled_services:
|
|
- tlp
|
|
|
|
host_i3_dotfiles:
|
|
- src: .config/autorandr/
|
|
dest: .config/autorandr/
|
|
mode: preserve
|