fix qutebrowser crashing
crashing when .local/share/qutebrowser/greasemonkey/ does not exist
This commit is contained in:
parent
f301a8cc17
commit
0b04d298ac
|
@ -228,7 +228,8 @@ in {
|
||||||
# '';
|
# '';
|
||||||
};
|
};
|
||||||
home.file = {
|
home.file = {
|
||||||
# ".config/qutebrowser/config".source = ./config;
|
# For some stupid reason qutebrowser crashes if this dir does not exist
|
||||||
|
".local/share/qutebrowser/greasemonkey/.keep".text = "";
|
||||||
".config/qutebrowser/greasemonkey/darkreader.js".text = ''
|
".config/qutebrowser/greasemonkey/darkreader.js".text = ''
|
||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name Dark Reader (Unofficial)
|
// @name Dark Reader (Unofficial)
|
||||||
|
|
Loading…
Reference in a new issue