mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 05:27:13 -06:00
feat: added untrap-for-youtube and social-focus
This commit is contained in:
parent
d669cc96aa
commit
d87a135b6d
4 changed files with 21 additions and 33 deletions
|
|
@ -1,12 +1,32 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
let
|
||||||
|
social-focus = pkgs.nur.repos.rycee.firefox-addons.buildFirefoxXpiAddon {
|
||||||
|
pname = "social-focus";
|
||||||
|
version = "7.2";
|
||||||
|
addonId = "{26b4f076-089c-4c69-8497-44b7e5c9faef}";
|
||||||
|
url = "https://addons.mozilla.org/firefox/downloads/file/4567333/socialfocus-7.2.xpi";
|
||||||
|
sha256 = "0mz1y88c8n2lnrzmhdc5dd94sisdyabx155kpk79a3k1axphmxmh";
|
||||||
|
meta = with pkgs.lib; {
|
||||||
|
homepage = "https://socialfocus.app/";
|
||||||
|
description = "Hide distracting content on social media";
|
||||||
|
license = licenses.mit;
|
||||||
|
platforms = platforms.all;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
in
|
||||||
{
|
{
|
||||||
extensions.packages = builtins.attrValues {
|
extensions.packages = builtins.attrValues {
|
||||||
inherit (pkgs.nur.repos.rycee.firefox-addons)
|
inherit (pkgs.nur.repos.rycee.firefox-addons)
|
||||||
bitwarden
|
bitwarden
|
||||||
# enhancer-for-youtube
|
|
||||||
sponsorblock
|
sponsorblock
|
||||||
ublock-origin
|
ublock-origin
|
||||||
unpaywall
|
unpaywall
|
||||||
|
uninternet
|
||||||
|
youtube-recommended-videos
|
||||||
|
youtube-cards
|
||||||
|
;
|
||||||
|
inherit
|
||||||
|
social-focus
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,32 +0,0 @@
|
||||||
{ pkgs, ... }:
|
|
||||||
let
|
|
||||||
social-focus = pkgs.nur.repos.rycee.firefox-addons.buildFirefoxXpiAddon {
|
|
||||||
pname = "social-focus";
|
|
||||||
version = "7.2";
|
|
||||||
addonId = "{26b4f076-089c-4c69-8497-44b7e5c9faef}";
|
|
||||||
url = "https://addons.mozilla.org/firefox/downloads/file/4567333/socialfocus-7.2.xpi";
|
|
||||||
sha256 = "0mz1y88c8n2lnrzmhdc5dd94sisdyabx155kpk79a3k1axphmxmh";
|
|
||||||
meta = with pkgs.lib; {
|
|
||||||
homepage = "https://socialfocus.app/";
|
|
||||||
description = "Hide distracting content on social media";
|
|
||||||
license = licenses.mit;
|
|
||||||
platforms = platforms.all;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
in
|
|
||||||
{
|
|
||||||
extensions.packages = builtins.attrValues {
|
|
||||||
inherit (pkgs.nur.repos.rycee.firefox-addons)
|
|
||||||
bitwarden
|
|
||||||
sponsorblock
|
|
||||||
ublock-origin
|
|
||||||
unpaywall
|
|
||||||
uninternet
|
|
||||||
youtube-recommended-videos
|
|
||||||
youtube-cards
|
|
||||||
;
|
|
||||||
inherit
|
|
||||||
social-focus
|
|
||||||
;
|
|
||||||
};
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue