Add missing argument to whoogle blocklist function
This commit is contained in:
parent
b261a330e8
commit
43b53dccd0
|
@ -19,7 +19,7 @@ in
|
||||||
environment = {
|
environment = {
|
||||||
WHOOGLE_UPDATE_CHECK = "0";
|
WHOOGLE_UPDATE_CHECK = "0";
|
||||||
WHOOGLE_CONFIG_DISABLE = "0";
|
WHOOGLE_CONFIG_DISABLE = "0";
|
||||||
WHOOGLE_CONFIG_BLOCK = lib.concatStringsSep websiteBlocklist;
|
WHOOGLE_CONFIG_BLOCK = lib.concatStringsSep "," websiteBlocklist;
|
||||||
WHOOGLE_CONFIG_THEME = "system";
|
WHOOGLE_CONFIG_THEME = "system";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue