config.skipAliases: also disable vimPlugins, git, xfce and gnome3 aliases

This commit is contained in:
volth
2018-07-17 14:46:21 +00:00
parent 464cf105c6
commit 4bafaaff8a
4 changed files with 128 additions and 121 deletions
+2 -1
View File
@@ -1,4 +1,4 @@
{ lib, pkgs }:
{ config, lib, pkgs }:
lib.makeScope pkgs.newScope (self: with self; {
#### NixOS support
@@ -159,6 +159,7 @@ lib.makeScope pkgs.newScope (self: with self; {
xfce4_power_manager_gtk3 = xfce4-power-manager.override { withGtk3 = true; };
} // lib.optionalAttrs (config.skipAliases or false == false) {
#### ALIASES - added 2018-01
terminal = xfce4-terminal;