[Desktop] Enable polkit

This commit is contained in:
Antoine Viallon 2022-10-21 23:48:57 +02:00
parent 0d927b6971
commit 3d47386518
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -106,6 +106,8 @@ in {
};
security.rtkit.enable = true; # Real-time support for pipewire
security.polkit.enable = true; # Better interactive privilege prompts
# Enable running X11 apps on Wayland
programs.xwayland.enable = true;