just link the shortcuts file to start with
This commit is contained in:
parent
6d122f187c
commit
8031cf672d
1 changed files with 3 additions and 3 deletions
|
@ -63,8 +63,8 @@
|
||||||
state: link
|
state: link
|
||||||
|
|
||||||
# .config/cosmic/com.system76.CosmicSettings.Shortcuts/v1/custom
|
# .config/cosmic/com.system76.CosmicSettings.Shortcuts/v1/custom
|
||||||
- name: Link custom cosmic config
|
- name: Link custom cosmic shortcuts
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
src: "{{ dotfiles_config_dir }}/cosmic"
|
src: "{{ dotfiles_config_dir }}/cosmic/com.system76.CosmicSettings.Shortcuts/v1/custom"
|
||||||
dest: "{{ config_dir }}/cosmic"
|
dest: "{{ config_dir }}/cosmic/com.system76.CosmicSettings.Shortcuts/v1/custom"
|
||||||
state: link
|
state: link
|
||||||
|
|
Loading…
Reference in a new issue