mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 12:56:12 +01:00
12 lines
150 B
Nix
12 lines
150 B
Nix
{
|
|
programs.kitty = {
|
|
enable = true;
|
|
font = {
|
|
name = "FiraCode Nerd Font";
|
|
size = 12;
|
|
};
|
|
|
|
theme = "Gruvbox Dark";
|
|
};
|
|
}
|