diff --git a/users/home-manager/foo-dogsquared/config/nixpkgs/config.nix b/users/home-manager/foo-dogsquared/config/nixpkgs/config.nix index 1dd1750a..2cd2f278 100644 --- a/users/home-manager/foo-dogsquared/config/nixpkgs/config.nix +++ b/users/home-manager/foo-dogsquared/config/nixpkgs/config.nix @@ -1,3 +1,12 @@ { allowUnfree = true; + allowInsecure = true; + allowBroken = true; + + # These are wrapper options for Firefox. + firefox = { + enableBrowserpass = true; + enableTridactylNative = true; + enableFxCastBridge = true; + }; }