From 7954e235683bd841db5604048a2ac31e600ae998 Mon Sep 17 00:00:00 2001 From: roxwize Date: Mon, 30 Dec 2024 16:52:52 -0500 Subject: [PATCH] ~ --- nixos/hosts/base.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/base.nix b/nixos/hosts/base.nix index d6c0b4d..7cd8d86 100644 --- a/nixos/hosts/base.nix +++ b/nixos/hosts/base.nix @@ -61,6 +61,7 @@ # Sound pipewire = { enable = true; + alsa.enable = true; pulse.enable = true; }; # CUPS printing @@ -74,7 +75,6 @@ enable = true; powerOnBoot = true; }; - pulseaudio.enable = true; }; xdg.portal = {