[louise] fix sound

hopefully
This commit is contained in:
2024-12-20 20:15:08 +01:00
parent b439a56e0b
commit 3855130d41

View File

@@ -44,6 +44,18 @@
];
};
# rtkit is optional but recommended
security.rtkit.enable = true;
services.pipewire = {
enable = true;
alsa.enable = true;
alsa.support32Bit = true;
pulse.enable = true;
systemWide = true;
# If you want to use JACK applications, uncomment this
#jack.enable = true;
};
services.tor = {
enable = true;
client.enable = true;