feat(firefox): add plugins through nix

This commit is contained in:
Moritz Böhme 2023-10-10 11:51:41 +02:00
parent 7d54b6d42b
commit 1e335c8195
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
2 changed files with 26 additions and 6 deletions

View file

@ -16,6 +16,7 @@
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
pre-commit-hooks.url = "github:cachix/pre-commit-hooks.nix";
stable.url = "github:nixos/nixpkgs/nixos-23.05";
nur.url = "github:nix-community/NUR";
nix-index-database.url = "github:Mic92/nix-index-database";
nix-index-database.inputs.nixpkgs.follows = "nixpkgs";
@ -79,6 +80,10 @@
inherit (prev) system;
overlays = defaultOverlays;
};
nur = import inputs.nur {
pkgs = prev;
nurpkgs = prev;
};
}
)
];