Update to new nix-gaming release

This commit is contained in:
Natsu Kagami 2024-05-27 11:06:04 +02:00
parent 1cba13a2e8
commit fff8f3042a
Signed by: nki
GPG key ID: 55A032EB38B49ADB
3 changed files with 11 additions and 12 deletions

View file

@ -65,13 +65,13 @@ let
};
rt-audio = { pkgs, ... }: mkIf cfg.enable {
# services.pipewire.lowLatency = {
# # enable this module
# enable = true;
# # defaults (no need to be set unless modified)
# quantum = 32;
# rate = 48000;
# };
services.pipewire.lowLatency = {
# enable this module
enable = true;
# defaults (no need to be set unless modified)
quantum = 32;
rate = 48000;
};
security.rtkit.enable = true;
# Real time configurations