my xmonad needs pamixer

This commit is contained in:
Emmet 2023-06-01 18:48:13 -05:00
parent 64a24cae5a
commit f1acaddab5
2 changed files with 2 additions and 0 deletions

View file

@ -20,5 +20,6 @@
home.packages = with pkgs; [
xmobar
dunst
pamixer
];
}

View file

@ -801,6 +801,7 @@ In order to have Nix put my xmonad/xmobar configuration in the proper places, I
home.packages = with pkgs; [
xmobar
dunst
pamixer
];
}
#+END_SRC