mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 07:05:51 +05:30
my xmonad needs pamixer
This commit is contained in:
parent
64a24cae5a
commit
f1acaddab5
|
@ -20,5 +20,6 @@
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
xmobar
|
xmobar
|
||||||
dunst
|
dunst
|
||||||
|
pamixer
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -801,6 +801,7 @@ In order to have Nix put my xmonad/xmobar configuration in the proper places, I
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
xmobar
|
xmobar
|
||||||
dunst
|
dunst
|
||||||
|
pamixer
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
Loading…
Reference in a new issue