From c699eacabd00ab81505e318d99dc7665fc8d9f06 Mon Sep 17 00:00:00 2001 From: Schrottkatze Date: Sat, 20 Jun 2026 13:41:56 +0200 Subject: [PATCH] audio? --- common.nix | 3 +++ modules/desktop/audio.nix | 1 + 2 files changed, 4 insertions(+) diff --git a/common.nix b/common.nix index 54e2dcf..c6c03c2 100644 --- a/common.nix +++ b/common.nix @@ -22,6 +22,9 @@ with builtins; gnucobol + patchage + musescore + intiface-central ausweisapp diff --git a/modules/desktop/audio.nix b/modules/desktop/audio.nix index acba28b..925fcf6 100644 --- a/modules/desktop/audio.nix +++ b/modules/desktop/audio.nix @@ -14,6 +14,7 @@ environment.systemPackages = with pkgs; [ playerctl pulsemixer + wiremix crosspipe ]; }