From f4145939712b0046e5d57906d4b157b8a150614d Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Sat, 1 Apr 2023 04:39:59 +0300 Subject: 2023-04-01 --- modules/common/qutebrowser.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/common/qutebrowser.nix') diff --git a/modules/common/qutebrowser.nix b/modules/common/qutebrowser.nix index 68a41a5..7913001 100644 --- a/modules/common/qutebrowser.nix +++ b/modules/common/qutebrowser.nix @@ -509,7 +509,7 @@ in { } ]; in - concatStringsSep "\n" final + "\n") + concatLines final + "\n") + (let allowSetting = setting: url: "config.set('content.${setting}', True, '${url}')"; @@ -530,7 +530,7 @@ in { final = allowedMediaCapture ++ allowedNotifications; in - concatStringsSep "\n" final + "\n"); + concatLines final + "\n"); }; }; } -- cgit 1.4.1