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

@@ -31,7 +31,7 @@
jade = {
name = "Jade";
font = {
name = "FiraCode";
name = "FiraCode Nerd Font";
};
extraConfig = {
Appearance = {

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;

View File

@@ -7,7 +7,7 @@
enableDefaultPackages = true;
fontconfig.enable = true;
packages = with pkgs; [
fira-code
nerd-fonts.fira-code
];
};
}