Extract a pipewire mixin

This commit is contained in:
Oliver Davies 2025-04-05 09:00:00 +01:00
parent 553566ac19
commit 6c9921f45d
3 changed files with 1 additions and 1 deletions

View file

@ -2,7 +2,6 @@
imports = [
./cron.nix
./interception-tools.nix
./sound.nix
./udev.nix
./xserver.nix
];

View file

@ -1,12 +0,0 @@
{
services.pipewire = {
enable = true;
alsa = {
enable = true;
support32Bit = true;
};
pulse.enable = true;
};
}