added Quark's sound

This commit is contained in:
yaroslav
2025-06-11 01:18:04 +03:00
parent d587cfd246
commit 3ba3700163
4 changed files with 46 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
{ ... }:
{
security.rtkit.enable = true;
services.pipewire = {
enable = true;
alsa.enable = true;
alsa.support32Bit = true;
pulse.enable = true;
# If you want to use JACK applications, uncomment this
jack.enable = true;
};
}