Fix ghostty config on mac

This commit is contained in:
2025-04-04 17:10:23 +02:00
parent 83b1ee1ebd
commit c385e9d39c
+5 -1
View File
@@ -1,6 +1,10 @@
{...}: {
{pkgs, ...}: {
programs.ghostty = {
enable = true;
package =
if pkgs.stdenv.isLinux
then pkgs.ghostty
else null;
enableZshIntegration = true;
clearDefaultKeybinds = true;
settings = {