summary refs log tree commit diff
path: root/nixos/modules/services/x11/desktop-managers/enlightenment.nix
diff options
context:
space:
mode:
authorJosé Romildo Malaquias <malaquias@gmail.com>2020-05-22 17:18:34 -0300
committerJosé Romildo Malaquias <malaquias@gmail.com>2020-05-24 00:22:53 -0300
commit9c6322258ac4bed9ef470d50d7bd9ec73939f55e (patch)
tree9a17099b1311ad9a3a4f60f29cf4b3ba94dd84d9 /nixos/modules/services/x11/desktop-managers/enlightenment.nix
parentb1676e5a96865ea8af63e8db6eba46cc96632b08 (diff)
downloadnixpkgs-9c6322258ac4bed9ef470d50d7bd9ec73939f55e.tar
nixpkgs-9c6322258ac4bed9ef470d50d7bd9ec73939f55e.tar.gz
nixpkgs-9c6322258ac4bed9ef470d50d7bd9ec73939f55e.tar.bz2
nixpkgs-9c6322258ac4bed9ef470d50d7bd9ec73939f55e.tar.lz
nixpkgs-9c6322258ac4bed9ef470d50d7bd9ec73939f55e.tar.xz
nixpkgs-9c6322258ac4bed9ef470d50d7bd9ec73939f55e.tar.zst
nixpkgs-9c6322258ac4bed9ef470d50d7bd9ec73939f55e.zip
nixos/enlightenment: remove some themes and xauth
- E already comes with a default icon theme
- There are already the gtk default Adwaita themes for gtk2, gtk3 and icons
- Remove gnome-icon-theme (from old gtk2)
- Remove tango-icon-theme
- Remove xauth (used by kdesu), as kdesu is not a componnent of E. If
  really needed it should be added in the system configuration.
Diffstat (limited to 'nixos/modules/services/x11/desktop-managers/enlightenment.nix')
-rw-r--r--nixos/modules/services/x11/desktop-managers/enlightenment.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/nixos/modules/services/x11/desktop-managers/enlightenment.nix b/nixos/modules/services/x11/desktop-managers/enlightenment.nix
index 3a0a8d07f48..f51a84faf15 100644
--- a/nixos/modules/services/x11/desktop-managers/enlightenment.nix
+++ b/nixos/modules/services/x11/desktop-managers/enlightenment.nix
@@ -35,11 +35,6 @@ in
     environment.systemPackages = [
       e.efl e.enlightenment
       e.terminology e.econnman
-      pkgs.xorg.xauth # used by kdesu
-      pkgs.gtk2 # To get GTK's themes.
-      pkgs.tango-icon-theme
-
-      pkgs.gnome-icon-theme
       pkgs.xorg.xcursorthemes
     ];