desktop: switch to gnome-polkit

This commit is contained in:
Aly Raffauf 2024-08-24 18:56:05 -04:00
parent dd741450f6
commit 37a9faacb2
2 changed files with 2 additions and 2 deletions

View file

@ -128,7 +128,7 @@ in {
dwindle.preserve_split = true; dwindle.preserve_split = true;
exec-once = [ exec-once = [
"${pkgs.mate.mate-polkit}/libexec/polkit-mate-authentication-agent-1" "${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1"
]; ];
input = { input = {

View file

@ -160,7 +160,7 @@ in {
}; };
startup = [ startup = [
{command = "${pkgs.mate.mate-polkit}/libexec/polkit-mate-authentication-agent-1";} {command = "${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1";}
{command = lib.getExe pkgs.autotiling;} {command = lib.getExe pkgs.autotiling;}
]; ];