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 21:13:31 -0300
committerAndersonTorres <torres.anderson.85@protonmail.com>2021-01-31 01:55:25 -0300
commit8f2d3208b88a25641ecdda861462823de73fec8a (patch)
tree020b2448050a354e719b5fd0d27f2db279390861 /pkgs/desktops
parent110c2e7d45a20e4692eb0958f32e975d3f86d7c6 (diff)
xfce4-icon-theme: reorder file
A small modification to standardize the directory structure of XFCE expressions.
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/xfce/art/xfce4-icon-theme/default.nix (renamed from pkgs/desktops/xfce/art/xfce4-icon-theme.nix)0
-rw-r--r--pkgs/desktops/xfce/default.nix2
2 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/xfce/art/xfce4-icon-theme.nix b/pkgs/desktops/xfce/art/xfce4-icon-theme/default.nix
index a2339d5856803..a2339d5856803 100644
--- a/pkgs/desktops/xfce/art/xfce4-icon-theme.nix
+++ b/pkgs/desktops/xfce/art/xfce4-icon-theme/default.nix
diff --git a/pkgs/desktops/xfce/default.nix b/pkgs/desktops/xfce/default.nix
index 3d88cbd922294..a12523765ad4f 100644
--- a/pkgs/desktops/xfce/default.nix
+++ b/pkgs/desktops/xfce/default.nix
@@ -96,7 +96,7 @@ lib.makeScope pkgs.newScope (self: with self; {
 
   #### ART
 
-  xfce4-icon-theme = callPackage ./art/xfce4-icon-theme.nix { };
+  xfce4-icon-theme = callPackage ./art/xfce4-icon-theme { };
 
   xfwm4-themes = callPackage ./art/xfwm4-themes.nix { };