From 6b91be3313ea1832292c1c403baaf32da91d54a4 Mon Sep 17 00:00:00 2001 From: notohh Date: Sun, 26 May 2024 16:43:16 -0400 Subject: [PATCH] nix: add overlay --- modules/nix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nix.nix b/modules/nix.nix index d9d8567..b03cd76 100644 --- a/modules/nix.nix +++ b/modules/nix.nix @@ -10,6 +10,7 @@ inputs.hyprpicker.overlays.default inputs.atuin.overlays.default inputs.eww.overlays.default + inputs.wezterm.overlays.default ]; config = { allowUnfree = true; @@ -38,7 +39,6 @@ builders-use-substitutes = true; keep-outputs = true; keep-derivations = true; - flake-registry = "/etc/nix/registry.json"; allowed-users = ["@wheel"]; trusted-users = ["root" "@wheel"]; substituters = [