fix: add wofi link + packages
This commit is contained in:
parent
9c4a6a4341
commit
5f09fcba36
2 changed files with 10 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue