From fb4e8e7aa30a83a448248ef8da75da590a78c3a0 Mon Sep 17 00:00:00 2001 From: notohh Date: Wed, 17 Jan 2024 14:41:08 -0500 Subject: [PATCH] nix: add yazi overlay --- modules/nix.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/nix.nix b/modules/nix.nix index 1827c74..7287572 100644 --- a/modules/nix.nix +++ b/modules/nix.nix @@ -5,7 +5,10 @@ ... }: { nixpkgs = { - overlays = [inputs.nur.overlay]; + overlays = [ + inputs.nur.overlay + inputs.yazi.overlays.default + ]; config = { allowUnfree = true; permittedInsecurePackages = [