Skip to content

Commit

Permalink
chore(flake): bump inputs
Browse files Browse the repository at this point in the history
raexera committed Nov 26, 2024
1 parent c81cee8 commit 06b92fd
Showing 2 changed files with 15 additions and 14 deletions.
18 changes: 9 additions & 9 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions home/modules/window-managers/hyprland/services/polkit-agent.nix
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
{pkgs, ...}: {
systemd.user.services.polkit-gnome-authentication-agent-1 = {
Unit.Description = "polkit-gnome-authentication-agent-1";

Install = {
WantedBy = ["graphical-session.target"];
Wants = ["graphical-session.target"];
Unit = {
PartOf = ["graphical-session.target"];
After = ["graphical-session.target"];
};

@@ -15,5 +12,9 @@
RestartSec = 1;
TimeoutStopSec = 10;
};

Install = {
WantedBy = ["graphical-session.target"];
};
};
}

0 comments on commit 06b92fd

Please sign in to comment.