fix: add wofi link + packages

This commit is contained in:
Matthieu Bessat 2024-05-31 08:53:35 +02:00
parent 9c4a6a4341
commit 5f09fcba36
2 changed files with 10 additions and 1 deletions

View file

@ -2,6 +2,7 @@ categories:
base:
- util-linux
- man-pages
- man-db
- less
- git
- tmux
@ -135,8 +136,9 @@ categories:
- kdeconnect
geo: []
# - aur/osmium-tool
fake:
random_gen:
- python-faker
- aur/uuid
multimedia:
- ffmpeg

View file

@ -266,3 +266,10 @@
ansible.builtin.git:
repo: "git@forge.lefuturiste.fr:mbess/monakhos.git"
dest: /home/mbess/workspace/monakhos
- name: Setup wofi link
become: true
file:
src: "/usr/bin/wofi"
dest: "/usr/bin/rofi"
state: link