nixos/xfce4-14: remove and move to xfce

We want only one xfce module and packageset.
This commit is contained in:
worldofpeace
2019-11-19 18:47:02 -05:00
parent c5176abf81
commit 04e56aa016
3 changed files with 78 additions and 184 deletions
@@ -18,7 +18,7 @@ in
# determines the default: later modules (if enabled) are preferred.
# E.g., if Plasma 5 is enabled, it supersedes xterm.
imports = [
./none.nix ./xterm.nix ./xfce.nix ./xfce4-14.nix ./plasma5.nix ./lumina.nix
./none.nix ./xterm.nix ./xfce.nix ./plasma5.nix ./lumina.nix
./lxqt.nix ./enlightenment.nix ./gnome3.nix ./kodi.nix ./maxx.nix
./mate.nix ./pantheon.nix ./surf-display.nix
];