Sway : Add polkit.

This commit is contained in:
Dmitry Voronin 2024-03-29 14:06:51 +03:00
parent d15021327c
commit 62c003577e
2 changed files with 4 additions and 0 deletions

View file

@ -4,6 +4,7 @@
./desktop/Bluetooth.nix
./desktop/Brightness.nix
./desktop/Dconf.nix
./desktop/Polkit.nix
./desktop/Portal.nix
./desktop/Realtime.nix
./desktop/Sound.nix

View file

@ -0,0 +1,3 @@
{ ... }: {
security.polkit.enable = true;
}