diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2024-03-09 12:52:56 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2024-03-12 18:02:07 +0800 |
commit | e0ada527e52881cf0c2a8733cc9429083e67fa9d (patch) | |
tree | c7bff3a4353309752fa61773bb612d036de81c61 /gnu/packages | |
parent | 671acb67abc3805a2968f4af8327c63cf2bd442c (diff) | |
download | guix-e0ada527e52881cf0c2a8733cc9429083e67fa9d.tar.gz guix-e0ada527e52881cf0c2a8733cc9429083e67fa9d.zip |
gnu: xfce: Add xfwm4-themes.
* gnu/packages/xfce.scm (xfce)[inputs]: Add xfwm4-themes.
Change-Id: If68db115691bdb0dc324ca502f1853d51e9d52b8
Diffstat (limited to 'gnu/packages')
-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 351ec24217..593226a740 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -1246,6 +1246,7 @@ for and start applications.") xfconf xfdesktop xfwm4 + xfwm4-themes xkill ;; Panel plugins. xfce4-battery-plugin |