about summary refs log tree commit diff
path: root/pkgs/desktops
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
parent94c5d879ae1898d3a8f3308bd235f08fa16ea8ba (diff)
xfce4-hardware-monitor-plugin: reorder
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/xfce/default.nix2
-rw-r--r--pkgs/desktops/xfce/panel-plugins/xfce4-hardware-monitor-plugin/default.nix (renamed from pkgs/desktops/xfce/panel-plugins/xfce4-hardware-monitor-plugin.nix)0
2 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/xfce/default.nix b/pkgs/desktops/xfce/default.nix
index 5a60196093792..4b8bf4db2e17b 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 { };
 
diff --git a/pkgs/desktops/xfce/panel-plugins/xfce4-hardware-monitor-plugin.nix b/pkgs/desktops/xfce/panel-plugins/xfce4-hardware-monitor-plugin/default.nix
index 8afff65696d3f..8afff65696d3f 100644
--- a/pkgs/desktops/xfce/panel-plugins/xfce4-hardware-monitor-plugin.nix
+++ b/pkgs/desktops/xfce/panel-plugins/xfce4-hardware-monitor-plugin/default.nix