switch back to nixfmt

This commit is contained in:
Sean Kovacs 2026-01-19 22:27:28 -05:00
commit a7f0e767d3
Signed by: sckova
GPG key ID: 00F325187C68651A
37 changed files with 797 additions and 689 deletions

View file

@ -3,7 +3,8 @@
pkgs,
lib,
...
}: {
}:
{
systemd.user.sessionVariables = {
XCURSOR_THEME = config.userOptions.cursor.name;
XCURSOR_SIZE = toString config.userOptions.cursor.size;
@ -25,8 +26,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 = {
@ -61,7 +62,7 @@
};
Install = {
WantedBy = ["default.target"];
WantedBy = [ "default.target" ];
};
};