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; + }; +}