nix_files/commons/programs/ghostty.nix
2025-06-28 11:43:46 +02:00

7 lines
93 B
Nix

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