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:
parent
025b9a46dd
commit
4a09825289
7 changed files with 84 additions and 36 deletions
home/modules/firefox
|
@ -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 '<nixpkgs>' -qaP -A nur.repos.rycee.firefox-addons</userinput>
|
||||
<prompt>$</prompt> <userinput>nix-env -f '<nixpkgs>' -qaP -A firefox-addons</userinput>
|
||||
</screen>
|
||||
|
||||
to list the available Firefox add-ons.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue