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 ]; }