use new separated nerd-fonts package

This commit is contained in:
Adithya 2024-12-06 22:43:17 +05:30
parent b4a5ccaaf9
commit 5c2a3dd42d
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
programs.kitty = {
enable = true;
font = {
package = pkgs.nerdfonts.override { fonts = [ "FiraCode" ]; };
package = pkgs.nerd-fonts.fira-code;
name = "FiraCode Nerd Font";
size = 14;
};

View file

@ -24,8 +24,8 @@
liberation_ttf
noto-fonts-cjk-sans
noto-fonts-emoji
nerd-fonts.fira-code
(smc-fonts.override { fonts = [ "chilanka" ]; })
(nerdfonts.override { fonts = [ "FiraCode" ]; })
];
};