diff --git a/home.nix b/home.nix index 3295203..c504ba2 100644 --- a/home.nix +++ b/home.nix @@ -163,6 +163,10 @@ enable = true; enableFishIntegration = true; }; + ghostty = { + enable = true; + enableFishIntegration = true; + }; git = { enable = true; userEmail = "markus@heurung.net";