carbon requires pulseaudio

This commit is contained in:
Sridhar Ratnakumar 2021-10-30 13:15:44 -04:00
parent e8ecec56c0
commit 171b27b444

View file

@ -25,6 +25,9 @@
hardware.video.hidpi.enable = lib.mkDefault true;
services.xserver.dpi = 170;
hardware.pulseaudio.enable = true;
hardware.pulseaudio.support32Bit = true; ## If compatibility with 32-bit applications is desired.
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;