home/hyprland: enable hyprpolkitagent
This commit is contained in:
@@ -26,7 +26,6 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
hyprpolkitagent
|
|
||||||
wl-clipboard-rs
|
wl-clipboard-rs
|
||||||
];
|
];
|
||||||
|
|
||||||
@@ -385,6 +384,8 @@ in
|
|||||||
settings.ipc = true;
|
settings.ipc = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.hyprpolkitagent.enable = true;
|
||||||
|
|
||||||
# UWSM
|
# UWSM
|
||||||
systemd.user.services = {
|
systemd.user.services = {
|
||||||
hypridle.Unit.After = lib.mkForce "graphical-session.target";
|
hypridle.Unit.After = lib.mkForce "graphical-session.target";
|
||||||
|
Reference in New Issue
Block a user