format with alejandra

This commit is contained in:
Sean Kovacs 2025-12-24 11:29:41 -05:00
commit 28043aded9
Signed by: sckova
GPG key ID: 00F325187C68651A
35 changed files with 578 additions and 589 deletions

View file

@ -3,9 +3,7 @@
pkgs,
lib,
...
}:
{
}: {
systemd.user.sessionVariables = {
XCURSOR_THEME = config.userOptions.cursor.name;
XCURSOR_SIZE = toString config.userOptions.cursor.size;
@ -27,8 +25,8 @@
systemd.user.services.synology-mount = {
Unit = {
Description = "Mount Synology NAS with Rclone and Home Manager.";
After = [ "tailscaled.service" ];
Wants = [ "tailscaled.service" ];
After = ["tailscaled.service"];
Wants = ["tailscaled.service"];
};
Service = {
@ -63,7 +61,7 @@
};
Install = {
WantedBy = [ "default.target" ];
WantedBy = ["default.target"];
};
};