config.skipAliases -> config.allowAliases

This commit is contained in:
volth
2018-07-17 14:46:21 +00:00
parent 4bafaaff8a
commit 101df126bb
5 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -159,7 +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) {
} // lib.optionalAttrs (config.allowAliases or true) {
#### ALIASES - added 2018-01
terminal = xfce4-terminal;