{pkgs, ...}: { programs.kitty = { enable = true; font.name = "IntoneMono Nerd Font"; settings = { allow_remote_control = "no"; shell = "${pkgs.zsh}/bin/zsh"; wayland_titlebar_color = "background"; }; theme = "VSCode_Dark"; }; }