From 6152244e764ea4f6a3f1c28f0d1a4d1ca3596ed3 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Sun, 1 Dec 2024 15:30:14 -0500 Subject: [PATCH] add terms --- modules/home/linux-only.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/home/linux-only.nix b/modules/home/linux-only.nix index eaa6d54..1fb7994 100644 --- a/modules/home/linux-only.nix +++ b/modules/home/linux-only.nix @@ -3,8 +3,12 @@ ./all/bash.nix ./all/zsh.nix ./all/vscode-server.nix - ./all/rio.nix ./all/emacs.nix ./all/obs.nix + + # Terms + ./all/rio.nix + ./all/wezterm + ./all/kitty.nix ]; }