Compare commits

...

2 Commits

Author SHA1 Message Date
df0775f3b2 Update symlinks.yml
Some checks failed
Ansible Lint Check / check-ansible (push) Successful in 5s
Nix Format Check / check-format (push) Successful in 1m14s
Python Lint Check / check-python (push) Failing after 6s
2025-09-23 16:39:31 +02:00
5f312d3128 wtf 2025-09-23 16:36:08 +02:00
6 changed files with 4 additions and 1 deletions

View File

@@ -6,7 +6,10 @@
- name: Define workstation symlinks
ansible.builtin.set_fact:
workstation_symlinks:
- { src: "$DOTFILES_PATH/zed/settings.json", dest: "~/.config/zed.json" }
- {
src: "$DOTFILES_PATH/config/zed.json",
dest: "~/.config/zed/settings.json",
}
- { src: "$DOTFILES_PATH/config/autostart", dest: "~/.config/autostart" }
- name: Ensure parent directories for workstation symlinks exist

0
config/autostart/.gitkeep Normal file → Executable file
View File