mirror of
https://github.com/Username404-59/Dotfiles-NixOS.git
synced 2026-07-03 12:58:07 +02:00
Pipewire: enable jack & rtkit
This commit is contained in:
parent
dec3e9b760
commit
60e6e884c3
@ -89,6 +89,7 @@
|
||||
./firefox-config.nix
|
||||
./mpv-config.nix
|
||||
./ollama-config.nix
|
||||
./pipewire-config.nix
|
||||
];
|
||||
|
||||
qt = {
|
||||
|
||||
9
home/doggo/pipewire-config.nix
Normal file
9
home/doggo/pipewire-config.nix
Normal file
@ -0,0 +1,9 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
security.rtkit.enable = true; # Improves audio latency
|
||||
services.pipewire = {
|
||||
# For LMMS:
|
||||
jack.enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user