9 lines
164 B
Nix
9 lines
164 B
Nix
{ inputs, pkgs, ... }:
|
|
|
|
with inputs.nur.legacyPackages."${pkgs.stdenv.hostPlatform.system}".repos.rycee.firefox-addons;
|
|
|
|
[
|
|
darkreader
|
|
floccus
|
|
ublock-origin
|
|
]
|