Add Hyprland support for nymph: packages, repo, dotfiles, and emptty session

This commit is contained in:
Fabio Scotto di Santolo
2026-03-28 20:09:50 +01:00
parent 654437843b
commit df0c9ea905
9 changed files with 535 additions and 6 deletions

View File

@@ -1,6 +1,13 @@
---
hostname: nymph
host_xbps_repositories:
- name: hyprland-void
url: "https://raw.githubusercontent.com/Makrennel/hyprland-void/repository-x86_64-glibc"
host_emptty_wayland_sessions:
- Hyprland.desktop
host_packages:
- nvidia
- mesa-dri
@@ -9,6 +16,11 @@ host_packages:
- intel-video-accel
- tlp
- tlp-rdw
- hyprland
- hyprpaper
- xdg-desktop-portal-hyprland
- waybar
- wlogout
host_enabled_services:
- tlp
@@ -17,3 +29,9 @@ host_dotfiles:
- src: .config/autorandr/
dest: .config/autorandr/
mode: preserve
- src: .config/hypr/
dest: .config/hypr/
mode: preserve
- src: .config/waybar/
dest: .config/waybar/
mode: preserve