gnomeExtensions: allowAliases should default to true if unset
Make this use of config.allowAliases consistent with every other use in the tree. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
parent
6933d068c5
commit
4f0cf23ea3
@ -62,7 +62,7 @@ in rec {
|
||||
gnomeExtensions = lib.recurseIntoAttrs (
|
||||
(mapReadableNames (produceExtensionsList "40"))
|
||||
// (callPackage ./manuallyPackaged.nix {})
|
||||
// lib.optionalAttrs (config.allowAliases or false) {
|
||||
// lib.optionalAttrs (config.allowAliases or true) {
|
||||
unite-shell = gnomeExtensions.unite; # added 2021-01-19
|
||||
arc-menu = gnomeExtensions.arcmenu; # added 2021-02-14
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user