aboutsummaryrefslogtreecommitdiff
path: root/pkgs/desktops/xfce/default.nix
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@gmail.com>2015-01-17 00:46:34 -0200
committerAndersonTorres <torres.anderson.85@gmail.com>2015-01-17 21:53:23 -0200
commit5d853f7dca02d26de7a1acc49c437d4ba6b5add7 (patch)
tree9259e027c8de839f8dcccd2f5281a0234dd180bf /pkgs/desktops/xfce/default.nix
parent2594999cede5b0ceb2991d74c42a5dde2514dfbb (diff)
Adding some plugins to XFCE4
Here is a list: Battery (1.0.5) Clipman (1.2.6) Cpufreq (1.0.0) Cpugraph (1.0.5) Datetime (0.6.2) Dict (0.3.0) Embed (1.4.1) Eyes (4.4.3) Fsguard (1.0.1) Genmon (3.4.0) Netload (1.2.4) Notes (1.7.7) Systemload (1.1.2) Verve (1.0.0) Xkb (0.5.6)
Diffstat (limited to 'pkgs/desktops/xfce/default.nix')
-rw-r--r--pkgs/desktops/xfce/default.nix23
1 files changed, 19 insertions, 4 deletions
diff --git a/pkgs/desktops/xfce/default.nix b/pkgs/desktops/xfce/default.nix
index 3844633839ed..d769072acb74 100644
--- a/pkgs/desktops/xfce/default.nix
+++ b/pkgs/desktops/xfce/default.nix
@@ -60,13 +60,28 @@ xfce_self = rec { # the lines are very long but it seems better than the even-od
xfce4icontheme = callPackage ./art/xfce4-icon-theme.nix { };
- #### PANEL PLUGINS from "mirror://xfce/src/panel-plugins/${p_name}/${ver_maj}/${name}.tar.bz2"
+ #### PANEL PLUGINS from "mirror://xfce/src/panel-plugins/${p_name}/${ver_maj}/${name}.tar.{bz2,gz}"
- xfce4_systemload_plugin = callPackage ./panel-plugins/xfce4-systemload-plugin.nix { };
+
+ xfce4_battery_plugin = callPackage ./panel-plugins/xfce4-battery-plugin.nix { };
+ xfce4_clipman_plugin = callPackage ./panel-plugins/xfce4-clipman-plugin.nix { };
xfce4_cpufreq_plugin = callPackage ./panel-plugins/xfce4-cpufreq-plugin.nix { };
- xfce4_xkb_plugin = callPackage ./panel-plugins/xfce4-xkb-plugin.nix { };
+ xfce4_cpugraph_plugin = callPackage ./panel-plugins/xfce4-cpugraph-plugin.nix { };
xfce4_datetime_plugin = callPackage ./panel-plugins/xfce4-datetime-plugin.nix { };
- xfce4_battery_plugin = callPackage ./panel-plugins/xfce4-battery-plugin.nix { };
+ xfce4_dict_plugin = callPackage ./panel-plugins/xfce4-dict-plugin.nix { };
+ xfce4_embed_plugin = callPackage ./panel-plugins/xfce4-embed-plugin.nix { };
+ xfce4_eyes_plugin = callPackage ./panel-plugins/xfce4-eyes-plugin.nix { };
+ xfce4_fsguard_plugin = callPackage ./panel-plugins/xfce4-fsguard-plugin.nix { };
+ xfce4_genmon_plugin = callPackage ./panel-plugins/xfce4-genmon-plugin.nix { };
+
+ xfce4_netload_plugin = callPackage ./panel-plugins/xfce4-netload-plugin.nix { };
+ xfce4_notes_plugin = callPackage ./panel-plugins/xfce4-notes-plugin.nix { };
+ xfce4_systemload_plugin = callPackage ./panel-plugins/xfce4-systemload-plugin.nix { };
+ xfce4_verve_plugin = callPackage ./panel-plugins/xfce4-verve-plugin.nix { };
+ xfce4_xkb_plugin = callPackage ./panel-plugins/xfce4-xkb-plugin.nix { };
+
+
+
}; # xfce_self