mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 15:39:58 +00:00
- Add canonical usb-drive-manager plugin to Noctalia (symlink from official) - Remove nm-applet and blueman packages from nymph Sway session - Run udiskie without tray (backend for automount/LUKS, UI via usb-drive-manager) - Add screenOverrides support to Noctalia bar via inventory variables - Add host_packages_absent task to packages_void role - Update desktop docs with full plugin list and config layering - Add focused validation check for Sway/Noctalia bootstrap
56 lines
977 B
YAML
56 lines
977 B
YAML
---
|
|
hostname: nymph
|
|
|
|
desktop_sessions_enabled:
|
|
- sway
|
|
|
|
desktop_default_session: sway
|
|
desktop_default_session_env: wayland
|
|
desktop_emptty_session_error_logging: rotate
|
|
|
|
host_xbps_repositories:
|
|
- name: noctalia
|
|
url: https://universalrepo.r1xelelo.workers.dev/void
|
|
|
|
host_packages:
|
|
- cliphist
|
|
- grimshot
|
|
- nvidia
|
|
- noctalia-shell
|
|
- power-profiles-daemon
|
|
- mesa-dri
|
|
- vulkan-loader
|
|
- mesa-vulkan-intel
|
|
- intel-video-accel
|
|
- tlp
|
|
- tlp-rdw
|
|
- upower
|
|
|
|
host_enabled_services:
|
|
- tlp
|
|
|
|
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"
|
|
- src: .config/kanshi/config
|
|
dest: .config/kanshi/config
|
|
mode: "0644"
|
|
|
|
noctalia_bar_monitors:
|
|
- DP-1
|
|
- eDP-1
|
|
|
|
noctalia_screen_overrides:
|
|
- name: DP-1
|
|
enabled: false
|
|
- name: eDP-1
|
|
enabled: false
|
|
|
|
host_packages_absent:
|
|
- network-manager-applet
|
|
- blueman
|