From bc00d8b588377318473960b377e6311e226f280e Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Wed, 3 Dec 2025 18:48:01 +0100 Subject: [PATCH] add(modules): add pipewire home-manager module --- hm/pipewire.nix | 5 +++++ hm/pro_audio.nix | 1 - instances/sif/hm.nix | 1 + instances/thor/hm.nix | 1 + 4 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 hm/pipewire.nix diff --git a/hm/pipewire.nix b/hm/pipewire.nix new file mode 100644 index 0000000..1c58071 --- /dev/null +++ b/hm/pipewire.nix @@ -0,0 +1,5 @@ +{ pkgs, ... }: { + home.packages = with pkgs; [ + pw-viz + ]; +} diff --git a/hm/pro_audio.nix b/hm/pro_audio.nix index 3964eda..82788a4 100644 --- a/hm/pro_audio.nix +++ b/hm/pro_audio.nix @@ -40,7 +40,6 @@ in neural-amp-modeler-lv2 # proteus ninjas2 - pw-viz lsp-plugins # mixxx rnnoise diff --git a/instances/sif/hm.nix b/instances/sif/hm.nix index 907247b..33307a4 100644 --- a/instances/sif/hm.nix +++ b/instances/sif/hm.nix @@ -129,6 +129,7 @@ ../../hm/nushell.nix ../../hm/office.nix ../../hm/pass.nix + ../../hm/pipewire.nix ../../hm/rclone-mount-bertof.nix ../../hm/research.nix ../../hm/syncthing.nix diff --git a/instances/thor/hm.nix b/instances/thor/hm.nix index a08fffc..b535579 100644 --- a/instances/thor/hm.nix +++ b/instances/thor/hm.nix @@ -130,6 +130,7 @@ ../../hm/nushell.nix ../../hm/office.nix ../../hm/pass.nix + ../../hm/pipewire.nix ../../hm/pro_audio.nix ../../hm/rclone-mount-bertof.nix ../../hm/research.nix