add(modules): add pipewire home-manager module
This commit is contained in:
parent
d555cf5a34
commit
bc00d8b588
4 changed files with 7 additions and 1 deletions
5
hm/pipewire.nix
Normal file
5
hm/pipewire.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
pw-viz
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue