fix cosmic settings path

This commit is contained in:
Morgan McMillian 2024-09-21 06:30:34 -07:00
parent a7e67468f9
commit 4d5788371e

View file

@ -63,6 +63,12 @@
dest: "{{ config_dir }}/starship.toml"
state: link
- name: Create cosmic settings path
ansible.builtin.file:
path: "{{ config_dir }}/cosmic/com.system76.CosmicSettings.Shortcuts/v1"
state: directory
mode: "0755"
# .config/cosmic/com.system76.CosmicSettings.Shortcuts/v1/custom
- name: Link custom cosmic shortcuts
ansible.builtin.file: