nixos-config/users/home-manager/foo-dogsquared/config/nixpkgs/config.nix

13 lines
230 B
Nix

{
allowUnfree = true;
allowInsecure = true;
allowBroken = true;
# These are wrapper options for Firefox.
firefox = {
enableBrowserpass = true;
enableTridactylNative = true;
enableFxCastBridge = true;
};
}