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

11 lines
184 B
Nix
Raw Normal View History

2023-09-24 11:20:05 +00:00
{
allowUnfree = true;
# These are wrapper options for Firefox.
firefox = {
enableBrowserpass = true;
enableTridactylNative = true;
enableFxCastBridge = true;
};
}