mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
temp: remove pipewire, back to pulseaudio
This commit is contained in:
parent
30711aa05c
commit
ece8b09fd1
@ -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; [
|
||||
|
Loading…
Reference in New Issue
Block a user