firefox: support floorp browser (#785)

Adds support for Floorp by adding it to the list of supported Firefox
derivations.
This commit is contained in:
bricked 2025-01-20 21:19:13 +00:00 committed by GitHub
parent 76b1f6eb1d
commit 6b69fd47fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,6 +10,10 @@ let
path = "librewolf";
name = "LibreWolf";
}
{
path = "floorp";
name = "Floorp";
}
];
eachConfig = mkCfg: targets: lib.mkMerge (map mkCfg targets);
eachTarget =