add(modules): add pipewire home-manager module

This commit is contained in:
Filippo Berto 2025-12-03 18:48:01 +01:00
parent d555cf5a34
commit bc00d8b588
No known key found for this signature in database
GPG key ID: F1D17F9BCEC62FBC
4 changed files with 7 additions and 1 deletions

5
hm/pipewire.nix Normal file
View file

@ -0,0 +1,5 @@
{ pkgs, ... }: {
home.packages = with pkgs; [
pw-viz
];
}

View file

@ -40,7 +40,6 @@ in
neural-amp-modeler-lv2 neural-amp-modeler-lv2
# proteus # proteus
ninjas2 ninjas2
pw-viz
lsp-plugins lsp-plugins
# mixxx # mixxx
rnnoise rnnoise

View file

@ -129,6 +129,7 @@
../../hm/nushell.nix ../../hm/nushell.nix
../../hm/office.nix ../../hm/office.nix
../../hm/pass.nix ../../hm/pass.nix
../../hm/pipewire.nix
../../hm/rclone-mount-bertof.nix ../../hm/rclone-mount-bertof.nix
../../hm/research.nix ../../hm/research.nix
../../hm/syncthing.nix ../../hm/syncthing.nix

View file

@ -130,6 +130,7 @@
../../hm/nushell.nix ../../hm/nushell.nix
../../hm/office.nix ../../hm/office.nix
../../hm/pass.nix ../../hm/pass.nix
../../hm/pipewire.nix
../../hm/pro_audio.nix ../../hm/pro_audio.nix
../../hm/rclone-mount-bertof.nix ../../hm/rclone-mount-bertof.nix
../../hm/research.nix ../../hm/research.nix