conf: kitty
This commit is contained in:
parent
2b821be96e
commit
c09f9c6194
3 changed files with 102 additions and 3 deletions
11
home-manager/packages/kitty.nix
Normal file
11
home-manager/packages/kitty.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
font = "FiraCode Nerd Font";
|
||||
settings = {
|
||||
window_padding_width = 4;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue