mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 02:25:12 -05:00
feat: added floorp
This commit is contained in:
parent
2be2a67015
commit
8f9fc72e72
77 changed files with 2052 additions and 0 deletions
12
modules/home/gui/apps/browsers/floorp/config/extensions/default.nix
Executable file
12
modules/home/gui/apps/browsers/floorp/config/extensions/default.nix
Executable file
|
@ -0,0 +1,12 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
extensions = builtins.attrValues {
|
||||
inherit (pkgs.nur.repos.rycee.firefox-addons)
|
||||
bitwarden
|
||||
enhancer-for-youtube
|
||||
sponsorblock
|
||||
ublock-origin
|
||||
unpaywall
|
||||
;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue