firefox: support floorp browser (#785)
Adds support for Floorp by adding it to the list of supported Firefox derivations.
This commit is contained in:
parent
76b1f6eb1d
commit
6b69fd47fa
1 changed files with 4 additions and 0 deletions
|
|
@ -10,6 +10,10 @@ let
|
|||
path = "librewolf";
|
||||
name = "LibreWolf";
|
||||
}
|
||||
{
|
||||
path = "floorp";
|
||||
name = "Floorp";
|
||||
}
|
||||
];
|
||||
eachConfig = mkCfg: targets: lib.mkMerge (map mkCfg targets);
|
||||
eachTarget =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue