diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-03-24 15:52:18 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-03-31 21:25:50 -0400 |
commit | f19c871c3fc5d71ccf117b3c001ce2cf2bc01ebd (patch) | |
tree | 65c46657a70d46a51eb8fbb0bedd85b8f0438898 | |
parent | 4f236b328aae67828ec91aa6b63731a2e05c2873 (diff) | |
download | guix-f19c871c3fc5d71ccf117b3c001ce2cf2bc01ebd.tar.gz guix-f19c871c3fc5d71ccf117b3c001ce2cf2bc01ebd.zip |
gnu: xfce: Add support for volume keyboard buttons.
* gnu/packages/xfce.scm (xfce) [inputs]: Add xfce4-volumed-pulse.
Change-Id: Iac0f76e6aa43d3687ac6c1a25769859e72f840c7
-rw-r--r-- | gnu/packages/xfce.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index e90689384f..f9d9a81169 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -1252,6 +1252,7 @@ for and start applications.") xfce4-battery-plugin xfce4-clipman-plugin xfce4-pulseaudio-plugin + xfce4-volumed-pulse xfce4-xkb-plugin)) (propagated-inputs ;; Default font that applications such as IceCat require. |