Move lazydev config and load blink.cmp on start

This commit is contained in:
2025-12-04 18:44:15 +01:00
parent b473b2dc16
commit b492aeb371
3 changed files with 163 additions and 166 deletions

View File

@@ -40,7 +40,7 @@ in
path = syncPath;
devices = builtins.attrNames config.var.syncthing.devices; # Share with all defined devices
# Ensure new files are readable by the group (chmod 770 approx)
ignorePerms = false;
ignorePerms = true;
};
};