diff --git a/playbooks/apt.yaml b/playbooks/apt.yaml index bb92627..75c23f8 100644 --- a/playbooks/apt.yaml +++ b/playbooks/apt.yaml @@ -23,6 +23,7 @@ - evince - fcitx5 - file-roller + - firmware-linux - flameshot - foot - git diff --git a/playbooks/uwsm.yaml b/playbooks/uwsm.yaml index 74b4eb5..62a9416 100644 --- a/playbooks/uwsm.yaml +++ b/playbooks/uwsm.yaml @@ -17,16 +17,16 @@ cmd: meson setup --wipe --prefix=/usr/local build -Duuctl=enabled -Duwsm-app=enabled creates: /home/{{ uid }}/sources/uwsm/build - name: Install uwsm + become: true ansible.builtin.command: chdir: /home/{{ uid }}/sources/uwsm cmd: meson install -C build creates: /usr/local/bin/uwsm - become: true - name: Install uwsm config + become: true ansible.builtin.template: src: ../templates/sway_desktop.j2 dest: /usr/share/wayland-sessions/swa.desktop owner: 'root' group: 'root' mode: '0640' - become: true