mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 02:53:55 -05:00
desktop: switch to gnome-polkit
This commit is contained in:
parent
dd741450f6
commit
37a9faacb2
|
@ -128,7 +128,7 @@ in {
|
|||
dwindle.preserve_split = true;
|
||||
|
||||
exec-once = [
|
||||
"${pkgs.mate.mate-polkit}/libexec/polkit-mate-authentication-agent-1"
|
||||
"${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1"
|
||||
];
|
||||
|
||||
input = {
|
||||
|
|
|
@ -160,7 +160,7 @@ in {
|
|||
};
|
||||
|
||||
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;}
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue