qt, quickshell, wms

This commit is contained in:
ProgramSnail 2025-08-22 14:35:39 +03:00
parent 147bf7b5d6
commit 2eb5a886f8
8 changed files with 134 additions and 7 deletions

View file

@ -0,0 +1,14 @@
- name: Installing niri
become: true
ansible.builtin.dnf5:
name:
- niri
state: latest
- name: Installing hyprland
become: true
ansible.builtin.dnf5:
name:
- hyprland
state: latest