12 lines
148 B
Nix
12 lines
148 B
Nix
|
{ ... }:
|
||
|
|
||
|
{
|
||
|
programs.kitty = {
|
||
|
enable = true;
|
||
|
font = "FiraCode Nerd Font";
|
||
|
settings = {
|
||
|
window_padding_width = 4;
|
||
|
};
|
||
|
};
|
||
|
}
|