mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 15:39:58 +00:00
Adds a host_sway_dotfiles mechanism mirroring host_i3_dotfiles: hosts drop a host.conf into ~/.config/sway/ to override sway settings, and optionally a session-env file sourced by start-sway for per-host environment variables. The base sway/config defines $terminal and includes ~/.config/sway/host.conf; an empty placeholder ships with the base profile so the include never warns on hosts without overrides. nymph gets its own host.conf wrapping alacritty in prime-run (NVIDIA PRIME offload), bumping gaps/corner_radius, and pinning workspaces to eDP-1 / DP-1, plus a session-env exporting SWAY_UNSUPPORTED_GPU=1 and WLR_DRM_DEVICES for the hybrid Intel+NVIDIA setup. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
42 lines
838 B
YAML
42 lines
838 B
YAML
---
|
|
hostname: nymph
|
|
|
|
desktop_sessions_enabled:
|
|
- i3
|
|
- sway
|
|
|
|
desktop_default_session: i3
|
|
desktop_default_session_env: xorg
|
|
desktop_emptty_session_error_logging: rotate
|
|
|
|
host_packages:
|
|
- nvidia580
|
|
- 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
|
|
- src: .config/wireplumber/wireplumber.conf.d/60-camera-priority.conf
|
|
dest: .config/wireplumber/wireplumber.conf.d/60-camera-priority.conf
|
|
mode: "0644"
|
|
|
|
host_sway_dotfiles:
|
|
- src: .config/sway/host.conf
|
|
dest: .config/sway/host.conf
|
|
mode: "0644"
|
|
- src: .config/sway/session-env
|
|
dest: .config/sway/session-env
|
|
mode: "0644"
|