blob: aa2b8b924b9c537f7adeeb2d2a3564920ded1d83 [file] [log] [blame]
{ pkgs, ... }: {
home.packages = [
pkgs.polkit_gnome
];
wayland.windowManager.sway.config.startup = [
{ command = "${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1"; }
];
}