feat: added floorp

This commit is contained in:
Nick 2025-02-16 17:55:57 -06:00
parent 2be2a67015
commit 8f9fc72e72
77 changed files with 2052 additions and 0 deletions

View file

@ -0,0 +1,12 @@
{ pkgs, ... }:
{
extensions = builtins.attrValues {
inherit (pkgs.nur.repos.rycee.firefox-addons)
bitwarden
enhancer-for-youtube
sponsorblock
ublock-origin
unpaywall
;
};
}