commented hyprpolkit
This commit is contained in:
@@ -17,12 +17,13 @@
|
|||||||
pkgs.hyprsunset
|
pkgs.hyprsunset
|
||||||
pkgs.hyprpolkitagent
|
pkgs.hyprpolkitagent
|
||||||
];
|
];
|
||||||
systemd.user.services.hyprpolkitagent = {
|
|
||||||
description = "Hyprland Polkit Agent";
|
# systemd.user.services.hyprpolkitagent = {
|
||||||
wantedBy = ["graphical-session.target"];
|
# description = "Hyprland Polkit Agent";
|
||||||
serviceConfig = {
|
# wantedBy = ["graphical-session.target"];
|
||||||
ExecStart = "${pkgs.hyprpolkitagent}/libexec/hyprpolkitagent";
|
# serviceConfig = {
|
||||||
Restart = "on-failure";
|
# ExecStart = "${pkgs.hyprpolkitagent}/libexec/hyprpolkitagent";
|
||||||
};
|
# Restart = "on-failure";
|
||||||
};
|
# };
|
||||||
|
# };
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user