feat(flake): improve firefox-addons & arkenfox-userjs inputs

- replace full rycee/nur-expressions input with firefox-addons flake
- use arkenfox user.js directly from github:arkenfox/user.js as input
This commit is contained in:
Felix Schröter 2023-09-30 03:31:46 +02:00
parent 025b9a46dd
commit 4a09825289
Signed by: felschr
GPG key ID: 671E39E6744C807D
7 changed files with 84 additions and 36 deletions
home/modules/firefox

View file

@ -425,7 +425,7 @@ in {
type = types.listOf types.package;
default = [ ];
example = literalExpression ''
with pkgs.nur.repos.rycee.firefox-addons; [
with firefox-addons; [
privacy-badger
]
'';
@ -436,7 +436,7 @@ in {
Once you have NUR installed run
<screen language="console">
<prompt>$</prompt> <userinput>nix-env -f '&lt;nixpkgs&gt;' -qaP -A nur.repos.rycee.firefox-addons</userinput>
<prompt>$</prompt> <userinput>nix-env -f '&lt;nixpkgs&gt;' -qaP -A firefox-addons</userinput>
</screen>
to list the available Firefox add-ons.