qutebrowser: allow mutable config
This commit is contained in:
parent
2e87076b41
commit
e81357e233
|
@ -83,9 +83,10 @@ in
|
|||
"https://secure.fanboy.co.nz/fanboy-cookiemonster.txt"
|
||||
];
|
||||
};
|
||||
# programs.qutebrowser.extraConfig = ''
|
||||
# config.source("config/config.py")
|
||||
# '';
|
||||
extraConfig = ''
|
||||
config.load_autoconfig()
|
||||
config.set("content.notifications.enabled", True, "https://web.whatsapp.com")
|
||||
'';
|
||||
};
|
||||
systemd.user.services = lib.mkIf (browser == "qutebrowser") {
|
||||
qutebrowser = {
|
||||
|
|
Loading…
Reference in a new issue