diff --git a/configuration.nix b/configuration.nix index 50ee21d..264b4c2 100644 --- a/configuration.nix +++ b/configuration.nix @@ -1,4 +1,8 @@ -{pkgs, ...}: { +{ + lib, + pkgs, + ... +}: { imports = [ ./secrets.nix ]; @@ -50,12 +54,19 @@ # Audio services.pipewire = { enable = true; + alsa.enable = true; alsa.support32Bit = true; pulse.enable = true; + jack.enable = true; + wireplumber.enable = true; }; security.rtkit.enable = true; + hardware.pulseaudio.enable = lib.mkForce false; + environment.systemPackages = with pkgs; [ + pavucontrol + ]; # Networking networking = { diff --git a/home/guz-lite/apps.nix b/home/guz-lite/apps.nix index b4979c1..aece761 100644 --- a/home/guz-lite/apps.nix +++ b/home/guz-lite/apps.nix @@ -28,8 +28,6 @@ "com.brave.Browser" # Zen (Main Browser) "app.zen_browser.zen" - - "org.pulseaudio.pavucontrol" ]; services.flatpak.update.onActivation = true; services.flatpak.overrides = {