fix: delete unused service

This commit is contained in:
Ahurac 2024-11-05 11:10:36 +01:00
parent 8b73ef88f2
commit c7fc778a49

View file

@ -279,23 +279,6 @@
services.swaync = { enable = true; };
systemd.user.services.polkit-gnome-authentication-agent-1 = {
Unit = {
Description = "polkit-gnome-authentication-agent-1";
Wants = [ "graphical-session.target" ];
After = [ "graphical-session.target" ];
};
Service = {
Type = "simple";
ExecStart =
"${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1";
Restart = "on-failure";
RestartSec = 1;
TimeoutStopSec = 10;
};
Install = { WantedBy = [ "graphical-session.target" ]; };
};
programs.niri = {
settings = {
input = {