From 5f8e50471c3008b78defcda9be21977bfa51facb Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Sat, 7 Dec 2024 17:00:08 -0500 Subject: [PATCH] make firefox not check default browser --- kiosk.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/kiosk.nix b/kiosk.nix index 690e127..f9808c5 100644 --- a/kiosk.nix +++ b/kiosk.nix @@ -26,6 +26,7 @@ in # Set firefox autoplay policy to always allow autoplay for dashboard programs.firefox.policies = { Permissions.Autoplay.Allow = [ dashboardUrl ]; + DontCheckDefaultBrowser = true; }; # Enable pipewire/pipewire-pulse for audio