feat: declare firefox with extensions

should probably also declare unduck...
This commit is contained in:
Teesh 2026-01-30 12:32:05 +02:00
parent d298a2b5e8
commit 334b0cc99d
3 changed files with 45 additions and 3 deletions

View file

@ -19,6 +19,11 @@
url = "github:notashelf/nvf";
inputs.nixpkgs.follows = "nixpkgs";
};
firefox-addons = {
url = "gitlab:rycee/nur-expressions?dir=pkgs/firefox-addons";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = inputs@{ flake-parts, ... }: