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

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