From 4de972440d2b795dfbdff978c62d8358cc4848bf Mon Sep 17 00:00:00 2001 From: Thomas Syms Date: Mon, 3 Feb 2025 10:54:54 -0400 Subject: [PATCH] Added Ghostty --- home/applications/terminal.nix | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 home/applications/terminal.nix diff --git a/home/applications/terminal.nix b/home/applications/terminal.nix new file mode 100644 index 0000000..def2cf7 --- /dev/null +++ b/home/applications/terminal.nix @@ -0,0 +1,9 @@ +{ + programs.ghostty = { + enable = true; + + enableBashIntegration = true; + enableZshIntegration = true; + enableFishIntegration = true; + }; +}