Pipewire nightmare, still WIP
This commit is contained in:
parent
c23bb1d95d
commit
f9640520f6
4 changed files with 312 additions and 143 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue