mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 10:56:11 +01:00
error resolution
This commit is contained in:
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user