From 55f40cd7c0f64b968a9be39488a03e1cb56109d3 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Mon, 6 Apr 2026 18:37:34 +0200 Subject: Added audio configuration for herra --- hosts/herra/audio.nix | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 hosts/herra/audio.nix (limited to 'hosts/herra') diff --git a/hosts/herra/audio.nix b/hosts/herra/audio.nix new file mode 100644 index 0000000..038f720 --- /dev/null +++ b/hosts/herra/audio.nix @@ -0,0 +1,6 @@ +{...}: { + services.pipewire.enable = true; + services.pipewire.pulseaudio.enable = true; + services.pipewire.alsa.enable = true; + services.pipewire.jack.enable = true; +} -- cgit v1.2.3