xfce4-hardware-monitor-plugin: reorder

This commit is contained in:
AndersonTorres 2021-01-30 23:03:23 -03:00
parent 94c5d879ae
commit 525975e2a1
2 changed files with 1 additions and 1 deletions

View file

@ -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 { };