qutebrowser: disable dark reader for now

This commit is contained in:
lelgenio 2023-01-25 16:09:53 -03:00
parent e0cd0e76b4
commit 44f0c7a133

View file

@ -257,7 +257,7 @@ in
home.file = {
# For some stupid reason qutebrowser crashes if this dir does not exist
".local/share/qutebrowser/greasemonkey/.keep".text = "";
".config/qutebrowser/greasemonkey/darkreader.js".text = lib.optionalString (color.type == "dark") ''
".config/qutebrowser/greasemonkey/darkreader.js".text = lib.optionalString (color.type == "dark" && false) ''
// ==UserScript==
// @name Dark Reader (Unofficial)
// @icon https://darkreader.org/images/darkreader-icon-256x256.png