Pipewire nightmare, still WIP

This commit is contained in:
xmm16 2024-12-12 16:30:23 -03:00
commit f9640520f6
No known key found for this signature in database
4 changed files with 312 additions and 143 deletions

View file

@ -5,7 +5,6 @@
imports = [
./config/sysctl.d/performance.nix
./config/sysctl.d/hardening.nix
./config/pipewire/pipewire.nix
];
boot.kernelPackages = pkgs.linuxPackages_latest;
@ -123,16 +122,7 @@
WIFI_PWR_ON_BAT = "off";
};
# Enable sound with pipewire.
hardware.pulseaudio.enable = false;
security.rtkit.enable = true;
services.pipewire = {
enable = true;
alsa.enable = true;
alsa.support32Bit = true;
pulse.enable = true;
jack.enable = true;
};
programs.dconf.enable = true;