disable qutebrowser dark mode because bad
This commit is contained in:
parent
c7048a41b3
commit
9a4fdf2c1b
@ -389,7 +389,7 @@ in
|
|||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
content.javascript.enabled = false;
|
content.javascript.enabled = false;
|
||||||
colors.webpage.darkmode.enabled = true;
|
colors.webpage.darkmode.enabled = false;
|
||||||
tabs = {
|
tabs = {
|
||||||
show = "multiple";
|
show = "multiple";
|
||||||
tabs_are_windows = true;
|
tabs_are_windows = true;
|
||||||
@ -411,7 +411,9 @@ in
|
|||||||
config.set('content.javascript.enabled', True, 'https://*.${d}')
|
config.set('content.javascript.enabled', True, 'https://*.${d}')
|
||||||
'';
|
'';
|
||||||
in
|
in
|
||||||
lib.concatStrings (map enableJsForDomain domains);
|
''
|
||||||
|
${lib.concatStrings (map enableJsForDomain domains)}
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
git = {
|
git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user