From 171b27b444046a8678c539071b05ac60ca9eb90d Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Sat, 30 Oct 2021 13:15:44 -0400 Subject: [PATCH] carbon requires pulseaudio --- hosts/thin.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/thin.nix b/hosts/thin.nix index 5e1e4e5..5997567 100644 --- a/hosts/thin.nix +++ b/hosts/thin.nix @@ -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;