diff options
Diffstat (limited to 'macos.local/.flake/home/programs/ghostty.nix.org')
-rw-r--r-- | macos.local/.flake/home/programs/ghostty.nix.org | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/macos.local/.flake/home/programs/ghostty.nix.org b/macos.local/.flake/home/programs/ghostty.nix.org new file mode 100644 index 0000000..57a0aa0 --- /dev/null +++ b/macos.local/.flake/home/programs/ghostty.nix.org @@ -0,0 +1,13 @@ +#+title: GhosTTY Configuration + +This terminal emulator seems over-hyped, but I'm trying it anyways. +#+begin_src nix + { config, pkgs, ... }: + + { + programs.ghostty = { + enable = true; + enableZshIntegration = true; + }; + } +#+end_src |