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