From e5bc81b8eb87d70051ce238c0f3a1fbd76ac91be Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Fri, 20 Sep 2024 19:59:57 +0200 Subject: [PATCH] feat(Zephyrus): Setup audio --- bar/eww/default.nix | 2 ++ hosts/Zephyrus/default.nix | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/bar/eww/default.nix b/bar/eww/default.nix index f122f1b..4b0dcfc 100644 --- a/bar/eww/default.nix +++ b/bar/eww/default.nix @@ -14,5 +14,7 @@ pkgs.jq pkgs.dash pkgs.socat + pkgs.pamixer + pkgs.pavucontrol ]; } diff --git a/hosts/Zephyrus/default.nix b/hosts/Zephyrus/default.nix index ad99a3b..a0533f2 100644 --- a/hosts/Zephyrus/default.nix +++ b/hosts/Zephyrus/default.nix @@ -23,9 +23,13 @@ hardware.bluetooth.enable = true; hardware.bluetooth.powerOnBoot = true; + # Audio + hardware.pulseaudio.enable = true; + # Services services.seatd.enable = true; services.blueman.enable = true; + services.pipewire.pulse.enable = true; services.power-profiles-daemon.enable = true; # Programs @@ -66,6 +70,7 @@ "wheel" "video" "seat" + "audio" ]; group = "gaspard"; };