feat: declare firefox with extensions
should probably also declare unduck...
This commit is contained in:
parent
d298a2b5e8
commit
334b0cc99d
3 changed files with 45 additions and 3 deletions
|
|
@ -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, ... }:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue