From 12fd67f20f1b1e58b300b9a5b7ae2187f36bc1d3 Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Fri, 30 Aug 2024 21:42:18 +0000 Subject: [PATCH] frontend: make chromium less annoying --- nix/nixos-modules/frontend/home.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nix/nixos-modules/frontend/home.nix b/nix/nixos-modules/frontend/home.nix index 55ac5c4..0ce73e1 100644 --- a/nix/nixos-modules/frontend/home.nix +++ b/nix/nixos-modules/frontend/home.nix @@ -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