change zed settings to use jsonc
Some checks failed
Ansible Lint Check / check-ansible (push) Successful in 5s
Nix Format Check / check-format (push) Successful in 1m15s
Python Lint Check / check-python (push) Failing after 5s

This commit is contained in:
2025-09-24 13:36:10 +02:00
parent edd8e90fec
commit 0bc609760c
3 changed files with 1 additions and 1 deletions

View File

@@ -7,7 +7,7 @@
ansible.builtin.set_fact:
workstation_symlinks:
- {
src: "$DOTFILES_PATH/config/zed.json",
src: "$DOTFILES_PATH/config/zed.jsonc",
dest: "~/.config/zed/settings.json",
}
- { src: "$DOTFILES_PATH/config/autostart", dest: "~/.config/autostart" }

0
config/autostart/mimeinfo.cache Normal file → Executable file
View File