mirror of
https://github.com/youwen5/nixos.git
synced 2025-01-18 05:02:10 -08:00
fix: new nerd fonts location
This commit is contained in:
parent
1abd005dbe
commit
7786792042
2 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@
|
||||||
noto-fonts
|
noto-fonts
|
||||||
noto-fonts-cjk-sans
|
noto-fonts-cjk-sans
|
||||||
noto-fonts-emoji
|
noto-fonts-emoji
|
||||||
(nerdfonts.override { fonts = [ "CascadiaCode" ]; })
|
nerd-fonts.caskaydia-cove
|
||||||
(google-fonts.override { fonts = [ "Lora" ]; })
|
(google-fonts.override { fonts = [ "Lora" ]; })
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
};
|
};
|
||||||
monospace = {
|
monospace = {
|
||||||
name = "CaskaydiaCove Nerd Font";
|
name = "CaskaydiaCove Nerd Font";
|
||||||
package = (pkgs.nerdfonts.override { fonts = [ "CascadiaCode" ]; });
|
package = pkgs.nerd-fonts.caskaydia-cove;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue