mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Desktop] Enable polkit
This commit is contained in:
parent
0d927b6971
commit
3d47386518
1 changed files with 2 additions and 0 deletions
|
|
@ -106,6 +106,8 @@ in {
|
||||||
};
|
};
|
||||||
security.rtkit.enable = true; # Real-time support for pipewire
|
security.rtkit.enable = true; # Real-time support for pipewire
|
||||||
|
|
||||||
|
security.polkit.enable = true; # Better interactive privilege prompts
|
||||||
|
|
||||||
# Enable running X11 apps on Wayland
|
# Enable running X11 apps on Wayland
|
||||||
programs.xwayland.enable = true;
|
programs.xwayland.enable = true;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue