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

View file

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