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:
|
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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue