blob: aa2b8b924b9c537f7adeeb2d2a3564920ded1d83 [file] [log] [blame]
Skyler Grey43c935f2022-06-21 21:38:11 +01001{ pkgs, ... }: {
2 home.packages = [
3 pkgs.polkit_gnome
4 ];
5
6 wayland.windowManager.sway.config.startup = [
7 { command = "${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1"; }
8 ];
9}