disable qutebrowser dark mode because bad
This commit is contained in:
parent
c7048a41b3
commit
9a4fdf2c1b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user