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

@@ -0,0 +1,14 @@
---
- name: "[Cursor] Create config folder"
ansible.builtin.file:
mode: 0755
path: "/usr/share/icons/"
state: directory
become: true
- name: "[Cursor] Configure"
ansible.builtin.copy:
mode: 0755
src: "./"
dest: "/usr/share/icons/"
become: true