More qute config
This commit is contained in:
parent
110481af59
commit
897f165db7
3 changed files with 12 additions and 4 deletions
|
@ -7,6 +7,10 @@
|
|||
};
|
||||
|
||||
config = lib.mkIf config.chvp.graphical.qutebrowser.enable {
|
||||
chvp.base.zfs.homeLinks = [
|
||||
{ path = ".config/qutebrowser"; type = "data"; }
|
||||
{ path = ".local/share/qutebrowser"; type = "cache"; }
|
||||
];
|
||||
home-manager.users.charlotte = { ... }: {
|
||||
programs.qutebrowser = {
|
||||
enable = true;
|
||||
|
@ -26,9 +30,11 @@
|
|||
confirm_quit = [ "downloads" ];
|
||||
content = {
|
||||
autoplay = false;
|
||||
cookies.accept = "no-3rdparty";
|
||||
cookies.accept = "never";
|
||||
default_encoding = "utf-8";
|
||||
dns_prefetch = false;
|
||||
fullscreen.window = true;
|
||||
javascript.enabled = false;
|
||||
geolocation = false;
|
||||
pdfjs = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue