From 1fae129f3a950a61e4d06c59f1145797b581a351 Mon Sep 17 00:00:00 2001 From: notohh Date: Thu, 8 Feb 2024 11:43:32 -0500 Subject: [PATCH] nix: use wezterm overlay --- modules/nix.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/nix.nix b/modules/nix.nix index 469af52..090fdb3 100644 --- a/modules/nix.nix +++ b/modules/nix.nix @@ -4,6 +4,7 @@ inputs.nur.overlay inputs.helix.overlays.default inputs.yazi.overlays.default + inputs.wezterm.overlays.default ]; config = { allowUnfree = true;