nixos-config/home/ghostty.nix
2025-01-20 01:22:46 -05:00

6 lines
93 B
Nix

{ ... }: {
programs.ghostty = {
enable = true;
enableZshIntegration = true;
};
}