nixfleet/hmModules/kitty/default.nix
Andrea Ciceri 52298435cd
Things
- new host `devbox`
- `flake-parts` module to manage agenix secrets
- Searx -> Google again 😩 (it was too slow)
- WIP `git-workspace` module for `home-manager`
- `cgit` module
- `spotify-adblocked` packaged
2023-03-26 11:35:42 +02:00

13 lines
207 B
Nix

{
programs.kitty = {
enable = true;
font = {
name = "Fira Code";
size = 12;
};
settings = {
disable_ligatures = "cursor";
confirm_os_window_close = 0;
};
};
}