14 lines
242 B
Nix
14 lines
242 B
Nix
{
|
|
programs.kitty = {
|
|
enable = true;
|
|
font = {
|
|
name = "Iosevka Nerd Font Mono";
|
|
size = 14;
|
|
};
|
|
settings = {
|
|
window_padding_width = 8;
|
|
background_opacity = "0.75";
|
|
};
|
|
theme = "Ayu Mirage";
|
|
};
|
|
}
|