summary refs log tree commit diff
path: root/pkgs/desktops/xfce/default.nix
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@gmail.com>2014-10-05 09:49:03 -0300
committerMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2014-10-05 17:18:37 +0100
commit5c6170a848e51221abcf15e13b4192c07be61082 (patch)
tree60f0464a7b91e2f2a4cde911a7fbb51baca75f11 /pkgs/desktops/xfce/default.nix
parent02c8dbe382e821d830e719422e21b3f8b50370de (diff)
downloadnixlib-5c6170a848e51221abcf15e13b4192c07be61082.tar
nixlib-5c6170a848e51221abcf15e13b4192c07be61082.tar.gz
nixlib-5c6170a848e51221abcf15e13b4192c07be61082.tar.bz2
nixlib-5c6170a848e51221abcf15e13b4192c07be61082.tar.lz
nixlib-5c6170a848e51221abcf15e13b4192c07be61082.tar.xz
nixlib-5c6170a848e51221abcf15e13b4192c07be61082.tar.zst
nixlib-5c6170a848e51221abcf15e13b4192c07be61082.zip
XFCE battery plugin: new package
Closes #4386
Diffstat (limited to 'pkgs/desktops/xfce/default.nix')
-rw-r--r--pkgs/desktops/xfce/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/desktops/xfce/default.nix b/pkgs/desktops/xfce/default.nix
index 2d449b3fe307..ae6b1a88a14d 100644
--- a/pkgs/desktops/xfce/default.nix
+++ b/pkgs/desktops/xfce/default.nix
@@ -60,6 +60,7 @@ xfce_self = rec { # the lines are very long but it seems better than the even-od
   xfce4_cpufreq_plugin    = callPackage ./panel-plugins/xfce4-cpufreq-plugin.nix    { };
   xfce4_xkb_plugin        = callPackage ./panel-plugins/xfce4-xkb-plugin.nix        { };
   xfce4_datetime_plugin   = callPackage ./panel-plugins/xfce4-datetime-plugin.nix   { };
+  xfce4_battery_plugin    = callPackage ./panel-plugins/xfce4-battery-plugin.nix    { };
 
 }; # xfce_self