mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 23:10:13 +00:00
temp: remove pipewire, back to pulseaudio
This commit is contained in:
@ -93,19 +93,7 @@
|
||||
|
||||
# Enable sound.
|
||||
sound.enable = true;
|
||||
hardware.pulseaudio.enable = false;
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
|
||||
# Sound card drivers
|
||||
alsa = {
|
||||
enable = true;
|
||||
support32Bit = true;
|
||||
};
|
||||
|
||||
# PulseAudio emulation
|
||||
pulse.enable = true;
|
||||
};
|
||||
hardware.pulseaudio.enable = true;
|
||||
|
||||
# Install fonts
|
||||
fonts.fonts = with pkgs; [
|
||||
|
Reference in New Issue
Block a user