From 24898ae5f1b002de68e10a4a2dafdec7c3dda8a2 Mon Sep 17 00:00:00 2001 From: Daniel Olsen Date: Sat, 12 Jun 2021 01:35:59 +0200 Subject: [PATCH] polkit-gnone --- profiles/xsession/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/profiles/xsession/default.nix b/profiles/xsession/default.nix index 0c81f99..fb94ebd 100644 --- a/profiles/xsession/default.nix +++ b/profiles/xsession/default.nix @@ -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";