From 2a0074effaec822db60dc1151be3a4cb3d7bc2ce Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sun, 7 Jul 2024 13:32:08 +0400 Subject: [PATCH] enable wezterm for sakotop --- hosts/sakotop/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/sakotop/configuration.nix b/hosts/sakotop/configuration.nix index 080229bb..a7e7a980 100644 --- a/hosts/sakotop/configuration.nix +++ b/hosts/sakotop/configuration.nix @@ -20,6 +20,7 @@ desktop = { wireguard.enable = true; kitty.enable = true; + wezterm.enable = true; bspwm = { enable = true; polybar.enable = true;