mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-10-04 11:35:41 +00:00
feat(kitty): set Fira Code as font
This commit is contained in:
parent
fd73ffba85
commit
4eedea3787
1 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
||||||
{
|
{
|
||||||
programs.kitty.enable = true;
|
programs.kitty = {
|
||||||
|
enable = true;
|
||||||
|
font.name = "FiraCode";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue