nixos-config/modules/home-manager/terminal/kitty/default.nix
2024-07-13 02:52:19 +09:00

8 lines
120 B
Nix

{ ... }:
{
programs.kitty = {
enable = true;
shellIntegration.enableZshIntegration = true;
};
}