nixos-config/home/ghostty.nix

7 lines
93 B
Nix
Raw Normal View History

2025-01-20 01:22:16 -05:00
{ ... }: {
programs.ghostty = {
enable = true;
enableZshIntegration = true;
};
}