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