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