error resolution

This commit is contained in:
2024-04-16 22:39:21 +02:00
parent 48e49a93b6
commit a39ca7ed1c
10 changed files with 134 additions and 120 deletions

View File

@@ -1,9 +1,11 @@
programs.kitty = {
enable = true;
font = {
name = "FiraCode Nerd Font";
size = 12;
};
{
programs.kitty = {
enable = true;
font = {
name = "FiraCode Nerd Font";
size = 12;
};
theme = "Gruvbox Dark";
};
theme = "Gruvbox Dark";
};
}