feat: add home manager audio module (pulsemixer)

This commit is contained in:
2026-03-11 21:25:32 +01:00
parent 4457e2bd6d
commit 22a5026f38
3 changed files with 7 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [ pulsemixer ];
}