Fixed bugs

Added paru installation
Switchted to hyprlock
This commit is contained in:
2024-04-10 22:22:50 +02:00
parent b39e579c51
commit d46e7c8dad
172 changed files with 1897 additions and 123 deletions

View File

@@ -5,7 +5,6 @@
- fish
- fish-done
- fastfetch
use: paru
state: present
- name: "[Fish] Create config folder"
@@ -18,3 +17,7 @@
ansible.builtin.copy:
src: "./"
dest: "{{ ansible_user_dir }}/.config/fish"
- name: "[Fish] Set shell"
ansible.builtin.shell:
cmd: "usermod -s $(which fish) $(whoami)"