mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Desktop] Basic wayland support + enable hardware accelaration in Firefox
This commit is contained in:
parent
d0ff636208
commit
5a67e17898
3 changed files with 13 additions and 0 deletions
|
|
@ -100,6 +100,8 @@ in {
|
|||
};
|
||||
security.rtkit.enable = true; # Real-time support for pipewire
|
||||
|
||||
# Enable running X11 apps on Wayland
|
||||
programs.xwayland.enable = true;
|
||||
|
||||
# Hardware-agnostic audio denoising
|
||||
systemd.user.services.pipewire-noise-filter = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue