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>
(cherry picked from commit 4f0cf23ea3067493b93cc422d52f9bc10abc1e04)
This commit is contained in:
Anders Kaseorg 2021-06-01 10:23:54 -07:00 committed by github-actions[bot]
parent dbfaab83a8
commit c3e7192dd5
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ in rec {
gnomeExtensions = lib.recurseIntoAttrs ( gnomeExtensions = lib.recurseIntoAttrs (
(mapReadableNames (produceExtensionsList "40")) (mapReadableNames (produceExtensionsList "40"))
// (callPackage ./manuallyPackaged.nix {}) // (callPackage ./manuallyPackaged.nix {})
// lib.optionalAttrs (config.allowAliases or false) { // lib.optionalAttrs (config.allowAliases or true) {
unite-shell = gnomeExtensions.unite; # added 2021-01-19 unite-shell = gnomeExtensions.unite; # added 2021-01-19
arc-menu = gnomeExtensions.arcmenu; # added 2021-02-14 arc-menu = gnomeExtensions.arcmenu; # added 2021-02-14