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"
|
"https://secure.fanboy.co.nz/fanboy-cookiemonster.txt"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
# programs.qutebrowser.extraConfig = ''
|
extraConfig = ''
|
||||||
# config.source("config/config.py")
|
config.load_autoconfig()
|
||||||
# '';
|
config.set("content.notifications.enabled", True, "https://web.whatsapp.com")
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
systemd.user.services = lib.mkIf (browser == "qutebrowser") {
|
systemd.user.services = lib.mkIf (browser == "qutebrowser") {
|
||||||
qutebrowser = {
|
qutebrowser = {
|
||||||
|
|
Loading…
Reference in a new issue