From 6b69fd47fa86a3258b73168524cd196132549162 Mon Sep 17 00:00:00 2001 From: bricked Date: Mon, 20 Jan 2025 21:19:13 +0000 Subject: [PATCH] firefox: support floorp browser (#785) Adds support for Floorp by adding it to the list of supported Firefox derivations. --- modules/firefox/hm.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/firefox/hm.nix b/modules/firefox/hm.nix index 36834dde..62a4f824 100644 --- a/modules/firefox/hm.nix +++ b/modules/firefox/hm.nix @@ -10,6 +10,10 @@ let path = "librewolf"; name = "LibreWolf"; } + { + path = "floorp"; + name = "Floorp"; + } ]; eachConfig = mkCfg: targets: lib.mkMerge (map mkCfg targets); eachTarget =