polkit-gnone

This commit is contained in:
Daniel Olsen 2021-06-12 01:35:59 +02:00
parent ac9d301579
commit 24898ae5f1
1 changed files with 7 additions and 0 deletions

View File

@ -73,6 +73,13 @@ in
# "${modifier}+Return" = lib.mkForce "exec kitty";
"${modifier}+Shift+Return" = "exec kitty -e ssh dandellion@lilith";
};
startup = [
{
command = "${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1";
always = false;
#notification = false;
}
];
window = {
titlebar = false;
hideEdgeBorders = "smart";