Move pipewire configuration
All checks were successful
/ check (push) Successful in 1m48s

This commit is contained in:
Oliver Davies 2025-07-26 01:14:17 +01:00
parent 988dac6413
commit 32e28379e2
9 changed files with 12 additions and 53 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;
};
}