frontend: make chromium less annoying

main
Felix Stupp 1 year ago
parent 2a1c2aeff3
commit 12fd67f20f
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -90,6 +90,12 @@ in
};
chromium = {
commandLineArgs = [
"--no-default-browser-check"
"--no-first-run"
"--no-service-autorun" # just in case
"--use-system-default-printer" # instead of least recently used
];
dictionaries = with pkgs.hunspellDictsChromium; [
de_DE
en_US

Loading…
Cancel
Save