refactor: moved stuff around

This commit is contained in:
Mohammad Rafiq 2025-03-27 00:07:35 +08:00
parent 8c237b9604
commit 7d5e25bdfe
No known key found for this signature in database
11 changed files with 124 additions and 169 deletions

View file

@ -0,0 +1,13 @@
{
security.rtkit.enable = true;
services.pipewire = {
enable = true;
extraConfig = { };
jack.enable = true;
pulse.enable = true;
alsa = {
enable = true;
support32Bit = true;
};
};
}