flake: Include NUR instead of call package functions separately
This commit is contained in:
parent
6267da609a
commit
e9580543b4
7 changed files with 61 additions and 390 deletions
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
pkgs,
|
||||
outputs,
|
||||
system,
|
||||
lib,
|
||||
config,
|
||||
|
|
@ -59,7 +58,7 @@ in {
|
|||
# };
|
||||
# };
|
||||
# };
|
||||
packages = with outputs.packages."${system}"; [
|
||||
packages = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||
immersive-translate
|
||||
tridactyl
|
||||
redirector
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue