mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2026-03-12 04:57:08 +00:00
dotfiles basic config for quickshell and wms
This commit is contained in:
parent
2eb5a886f8
commit
1947c8e0e4
3 changed files with 24 additions and 1 deletions
7
roles/dotfiles/tasks/quickshell.yml
Normal file
7
roles/dotfiles/tasks/quickshell.yml
Normal 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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue