From 67421031951cb195d17d9d79eb82b3a449cd97ae Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Sun, 16 Jun 2024 18:59:43 -0600 Subject: [PATCH] add wezterm to lookingglass --- hosts/lookingglass/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/lookingglass/default.nix b/hosts/lookingglass/default.nix index 5bfe5ff..ee11a50 100644 --- a/hosts/lookingglass/default.nix +++ b/hosts/lookingglass/default.nix @@ -51,6 +51,7 @@ inputs.darwin.lib.darwinSystem { kubernetes.enable = true; _1password.enable = true; slack.enable = true; + wezterm.enable = true; } ]; }