use new separated nerd-fonts package
This commit is contained in:
parent
b4a5ccaaf9
commit
5c2a3dd42d
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
|
|
|
@ -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" ]; })
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue