Auto-commit: 2026-01-06 04:49:19

This commit is contained in:
2026-01-06 04:49:19 +00:00
parent 47c13bf42f
commit bd73ab5ea2

View File

@@ -58,4 +58,7 @@ in
}; };
programs.yubikey-manager.enable = true; programs.yubikey-manager.enable = true;
}; };
systemd.user.targets.graphical-session = {
wants = [ "arrpc.service" ];
};
} }