Switched to Nerd Font version of FiraCode, removed kitty

This commit is contained in:
2025-09-19 10:57:56 -04:00
parent 90a3875a90
commit 86772926fd
3 changed files with 2 additions and 14 deletions

View File

@@ -1,5 +1,4 @@
{
pkgs,
...
}:
{
@@ -8,17 +7,6 @@
enable = true;
enableZshIntegration = true;
};
kitty = {
enable = true;
enableGitIntegration = true;
font = {
name = "FiraCode Nerd Font";
package = pkgs.nerd-fonts.fira-code;
};
shellIntegration = {
enableZshIntegration = true;
};
};
zsh = {
enable = true;
enableCompletion = true;