From be1db27940f3612a0b1a10ca17bfd5be670fd850 Mon Sep 17 00:00:00 2001 From: seraphim <18ycm9tx@anonaddy.me> Date: Tue, 4 Aug 2026 13:28:39 +0700 Subject: , --- nixos/modules/system/audio/default.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nixos/modules/system/audio') diff --git a/nixos/modules/system/audio/default.nix b/nixos/modules/system/audio/default.nix index 140b08c..66ab087 100644 --- a/nixos/modules/system/audio/default.nix +++ b/nixos/modules/system/audio/default.nix @@ -1,7 +1,11 @@ { pkgs, ... }: { + # Real-time scheduling grants for the audio stack. security.rtkit.enable = true; + + # PipeWire is the desktop audio server; the PulseAudio shim keeps old + # clients (e.g. MPD's "pulse" output) working without a real PulseAudio. services.pipewire = { enable = true; alsa.enable = true; -- cgit v1.2.3