From 0cb5596d2264cd1a2f091307ba9de4af77789740 Mon Sep 17 00:00:00 2001 From: ooks-io Date: Mon, 6 Jan 2025 16:29:34 +1100 Subject: [PATCH] ghostty: disable wont be moving to ghostty for now --- modules/home/workstation/terminal/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/workstation/terminal/default.nix b/modules/home/workstation/terminal/default.nix index f13829f..8ba2eb3 100644 --- a/modules/home/workstation/terminal/default.nix +++ b/modules/home/workstation/terminal/default.nix @@ -1,6 +1,6 @@ { imports = [ ./foot.nix - ./ghostty.nix + # ./ghostty.nix ]; }