conf: kitty

This commit is contained in:
luxzi 2024-07-26 17:39:20 -04:00
parent 2b821be96e
commit c09f9c6194
No known key found for this signature in database
GPG key ID: C90237A70F2FDD53
3 changed files with 102 additions and 3 deletions

View file

@ -0,0 +1,11 @@
{ ... }:
{
programs.kitty = {
enable = true;
font = "FiraCode Nerd Font";
settings = {
window_padding_width = 4;
};
};
}