summary refs log tree commit diff
path: root/pkgs/desktops/xfce/default.nix
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@protonmail.com>2021-01-30 23:03:23 -0300
committerAndersonTorres <torres.anderson.85@protonmail.com>2021-01-31 01:55:27 -0300
commit525975e2a18b72bef25628349835cab472fa2392 (patch)
tree71bae90516c00708446a307def3e2a66583e04e7 /pkgs/desktops/xfce/default.nix
parent94c5d879ae1898d3a8f3308bd235f08fa16ea8ba (diff)
downloadnixpkgs-525975e2a18b72bef25628349835cab472fa2392.tar
nixpkgs-525975e2a18b72bef25628349835cab472fa2392.tar.gz
nixpkgs-525975e2a18b72bef25628349835cab472fa2392.tar.bz2
nixpkgs-525975e2a18b72bef25628349835cab472fa2392.tar.lz
nixpkgs-525975e2a18b72bef25628349835cab472fa2392.tar.xz
nixpkgs-525975e2a18b72bef25628349835cab472fa2392.tar.zst
nixpkgs-525975e2a18b72bef25628349835cab472fa2392.zip
xfce4-hardware-monitor-plugin: reorder
Diffstat (limited to 'pkgs/desktops/xfce/default.nix')
-rw-r--r--pkgs/desktops/xfce/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/xfce/default.nix b/pkgs/desktops/xfce/default.nix
index 5a601960937..4b8bf4db2e1 100644
--- a/pkgs/desktops/xfce/default.nix
+++ b/pkgs/desktops/xfce/default.nix
@@ -124,7 +124,7 @@ lib.makeScope pkgs.newScope (self: with self; {
 
   xfce4-genmon-plugin = callPackage ./panel-plugins/xfce4-genmon-plugin { };
 
-  xfce4-hardware-monitor-plugin = callPackage ./panel-plugins/xfce4-hardware-monitor-plugin.nix { };
+  xfce4-hardware-monitor-plugin = callPackage ./panel-plugins/xfce4-hardware-monitor-plugin { };
 
   xfce4-i3-workspaces-plugin = callPackage ./panel-plugins/xfce4-i3-workspaces-plugin.nix { };