dotfiles basic config for quickshell and wms

This commit is contained in:
ProgramSnail 2025-08-22 14:52:32 +03:00
parent 2eb5a886f8
commit 1947c8e0e4
3 changed files with 24 additions and 1 deletions

View file

@ -0,0 +1,7 @@
- name: Linking quickshell configuration
ansible.builtin.file:
src: '{{ role_path }}/files/.config/quickshell'
dest: '{{ ansible_env.HOME }}/.config/quickshell'
state: link
force: true