diff options
author | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2025-01-02 23:11:01 -0600 |
---|---|---|
committer | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2025-01-02 23:11:01 -0600 |
commit | 642f6c76abd91acb92bf65b343dc226d15bae0f7 (patch) | |
tree | c9cc54fc7bfd6955984879fe46544819d6e54a2a /macos.local/.flake/home/programs/ghostty.nix.org | |
parent | d13c1fc764ea8a613815baf462da094a14fe7cde (diff) |
system changes
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 |