1
0
forked from extern/nix-config
donovanglover-nix-config/desktop/pipewire/default.nix
Donovan Glover a7087e2904
Add osu-stable
This works, and without putting wine directly in $PATH, which is kinda
cool.
2023-05-31 10:18:38 -04:00

18 lines
235 B
Nix

{
services.pipewire = {
enable = true;
alsa = {
enable = true;
support32Bit = true;
};
pulse.enable = true;
jack.enable = true;
lowLatency.enable = true;
};
security.rtkit.enable = true;
}