flake/home/applications/kitty/default.nix

7 lines
91 B
Nix
Raw Normal View History

2024-01-15 04:18:06 +00:00
{
2023-11-28 05:40:22 +00:00
programs.kitty = {
enable = true;
settings.confirm_os_window_close = 0;
};
}