disable qutebrowser dark mode because bad

This commit is contained in:
dusk 2021-04-17 02:51:43 +03:00
parent c7048a41b3
commit 9a4fdf2c1b
Signed by: dusk
GPG Key ID: 1D8F8FAF2294D6EA

View File

@ -389,7 +389,7 @@ in
enable = true;
settings = {
content.javascript.enabled = false;
colors.webpage.darkmode.enabled = true;
colors.webpage.darkmode.enabled = false;
tabs = {
show = "multiple";
tabs_are_windows = true;
@ -411,7 +411,9 @@ in
config.set('content.javascript.enabled', True, 'https://*.${d}')
'';
in
lib.concatStrings (map enableJsForDomain domains);
''
${lib.concatStrings (map enableJsForDomain domains)}
'';
};
git = {
enable = true;