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