dotfiles/flakes/common/hm_modules/de_sway/polkit.nix
2025-10-20 20:45:26 -05:00

4 lines
52 B
Nix

{ ... }:
{
services.polkit-gnome.enable = true;
}