make sure desktop exists

This commit is contained in:
Henri Dohmen 2026-01-13 20:57:19 +01:00
parent 2c7f498d42
commit 325c104ada
Signed by: hd
GPG key ID: AB79213B044674AE

View file

@ -23,6 +23,8 @@
systemd.tmpfiles.rules = [
"d /home/hd/Sync 0755 hd users - -"
# I don't want desktop to be a broken symlink
"d /home/hd/Sync/Desktop 0755 hd users - -"
"L+ /home/hd/Documents - - - - /home/hd/Sync/Dokumente"
"L+ /home/hd/Desktop - - - - /home/hd/Sync/Desktop"
];