diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2023-01-29 11:58:50 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2023-02-06 14:43:27 +0800 |
commit | 0fe13918de0a4bf386c95e6263ffce6d7f27e63f (patch) | |
tree | 253f055f2b46713b958c8007483f2a088185d4ce /gnu/packages/xfce.scm | |
parent | 4b9e1e84585270a40cec485046ce15387405d256 (diff) | |
download | guix-0fe13918de0a4bf386c95e6263ffce6d7f27e63f.tar guix-0fe13918de0a4bf386c95e6263ffce6d7f27e63f.tar.gz |
gnu: xfce: Add more packages.
* gnu/packages/xfce.scm (xfce)[inputs]: Add mousepad, xfce4-screenshooter,
xfce4-taskmanager and xkill.
Diffstat (limited to 'gnu/packages/xfce.scm')
-rw-r--r-- | gnu/packages/xfce.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 30c0305f4c..7a64667139 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -1195,6 +1195,7 @@ for and start applications.") greybird-gtk-theme hicolor-icon-theme mate-polkit-for-xfce + mousepad ristretto shared-mime-info thunar @@ -1204,12 +1205,15 @@ for and start applications.") xfce4-notifyd ;for pop-up notifications xfce4-panel xfce4-power-manager + xfce4-screenshooter xfce4-session xfce4-settings + xfce4-taskmanager xfce4-terminal xfconf xfdesktop xfwm4 + xkill ;; Panel plugins. xfce4-battery-plugin xfce4-clipman-plugin |