From e19ce816c18a4d73807de01db20092920c8a3770 Mon Sep 17 00:00:00 2001 From: ediblerope Date: Wed, 3 Dec 2025 15:52:25 +0000 Subject: [PATCH] Update common.nix --- common.nix | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/common.nix b/common.nix index 1110887..4d74107 100644 --- a/common.nix +++ b/common.nix @@ -6,6 +6,7 @@ imports = [ ./settings/gnome.nix ./settings/locale.nix + ./settings/audio.nix # Add all your hosts here ]; @@ -58,13 +59,4 @@ services.flatpak.enable = true; # Enable networking networking.networkmanager.enable = true; -# Enable sound with pipewire. -services.pulseaudio.enable = false; -security.rtkit.enable = true; -services.pipewire = { - enable = true; - alsa.enable = true; - alsa.support32Bit = true; - pulse.enable = true; -}; }