From a4d176a3b8576aeb9ae81f0fe1e536f9a7481572 Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Sun, 7 Jan 2024 15:37:41 +0100 Subject: [PATCH] Add wezterm to default desktop tools --- home/features/desktop/common/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/features/desktop/common/default.nix b/home/features/desktop/common/default.nix index ac725e3..630aa1b 100644 --- a/home/features/desktop/common/default.nix +++ b/home/features/desktop/common/default.nix @@ -2,6 +2,7 @@ imports = [ ./firefox.nix ./alacritty.nix + ./wezterm.nix ./font.nix ./playerctl.nix ];