From 2cb3cd82cf8459fc244c071d2c2a8969e3660faa Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Sat, 30 Sep 2023 12:56:34 +0200 Subject: [PATCH] install nicotine+ remove bypass paywalls clean for now because it opens a page every time I open Firefox --- firefox-addons/default.nix | 2 +- home.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/firefox-addons/default.nix b/firefox-addons/default.nix index ce064e9..5191fa0 100644 --- a/firefox-addons/default.nix +++ b/firefox-addons/default.nix @@ -11,7 +11,7 @@ rycee-addons = with nurpkgs.repos.rycee.firefox-addons; [ umatrix violentmonkey boring-rss - bypass-paywalls-clean + # bypass-paywalls-clean ]; own-addons = with import ./derivations.nix args; [ http-version-indicator diff --git a/home.nix b/home.nix index 328c1c9..2f1842e 100644 --- a/home.nix +++ b/home.nix @@ -13,6 +13,7 @@ in nil moonlight-qt vlc + nicotine-plus ]; };