mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 15:39:58 +00:00
Add Hyprland support for nymph: packages, repo, dotfiles, and emptty session
This commit is contained in:
@@ -126,6 +126,19 @@
|
||||
group: root
|
||||
mode: "0644"
|
||||
|
||||
- name: Install host-specific Wayland sessions for emptty
|
||||
tags: [packages, services, emptty, hyprland]
|
||||
ansible.builtin.copy:
|
||||
src: "{{ item }}"
|
||||
dest: "/etc/emptty/wayland-sessions/{{ item }}"
|
||||
owner: root
|
||||
group: root
|
||||
mode: "0644"
|
||||
loop: "{{ host_emptty_wayland_sessions | default([]) }}"
|
||||
loop_control:
|
||||
label: "{{ item }}"
|
||||
when: (host_emptty_wayland_sessions | default([])) | length > 0
|
||||
|
||||
- name: Configure emptty
|
||||
tags: [packages, services, emptty]
|
||||
ansible.builtin.template:
|
||||
|
||||
Reference in New Issue
Block a user