Smol fixes
This commit is contained in:
parent
dd2e510473
commit
bafb22c573
2 changed files with 7 additions and 3 deletions
|
@ -131,6 +131,7 @@
|
|||
yt = youtube;
|
||||
};
|
||||
settings = {
|
||||
colors.webpage.darkmode.policy.images = "never"; # No inverting images in dark mode, is ugly
|
||||
downloads.location.prompt = false;
|
||||
tabs = {
|
||||
show = "never";
|
||||
|
@ -148,6 +149,7 @@
|
|||
prefers_reduced_motion = true;
|
||||
headers.accept_language = "fr-FR, fr;q=0.9, en-GB;q=0.8, en-US;q=0.7, en;q=0.6";
|
||||
tls.certificate_errors = "ask-block-thirdparty";
|
||||
javascript.clipboard = "access"; # copy-paste is fine
|
||||
};
|
||||
editor.command = [ "${pkgs.neovide}/bin/neovide" "--" "-f" "{file}" "-c" "normal {line}G{column0}l" ];
|
||||
# TODO Doesn't work on Arch. Does it even load the right profile on Nix?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue