feat: add home manager audio module (pulsemixer)

This commit is contained in:
2026-02-20 21:42:07 +01:00
parent 18f2e4d93a
commit 55b3fde362
3 changed files with 7 additions and 0 deletions

View File

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