nixos-config/hosts/ni/config/nixpkgs/config.nix

11 lines
184 B
Nix

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