mirror of
https://github.com/Username404-59/Dotfiles-NixOS.git
synced 2026-07-03 12:58:07 +02:00
9 lines
139 B
Nix
9 lines
139 B
Nix
{ ... }:
|
|
|
|
{
|
|
security.rtkit.enable = true; # Improves audio latency
|
|
services.pipewire = {
|
|
# For LMMS:
|
|
jack.enable = true;
|
|
};
|
|
} |