diff --git a/configs/flake-parts/bahaghari.nix b/configs/flake-parts/bahaghari.nix index 0a72ea69..46dd658c 100644 --- a/configs/flake-parts/bahaghari.nix +++ b/configs/flake-parts/bahaghari.nix @@ -1,4 +1,6 @@ -# Bahaghari's subproject. +# Bahaghari's subproject. We're primarily exporting to use Bahaghari without +# referring to its flake which is bad since the lockfile will constantly +# update. Not a good look. { lib, ... }: { diff --git a/configs/home-manager/foo-dogsquared/modules/programs/browsers.nix b/configs/home-manager/foo-dogsquared/modules/programs/browsers.nix index 1fbd0ef1..420ac40e 100644 --- a/configs/home-manager/foo-dogsquared/modules/programs/browsers.nix +++ b/configs/home-manager/foo-dogsquared/modules/programs/browsers.nix @@ -118,6 +118,9 @@ in zhongwen ]); + # Much of the settings are affected by the policies set in the + # package. See more information about them in + # https://mozilla.github.io/policy-templates/. settings = { # Disable the UI tour. "browser.uitour.enabled" = false;