mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
fix: use new name for noto-fonts-cjk
This commit is contained in:
parent
2b8e03c253
commit
c659114087
2 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@
|
||||||
fonts = {
|
fonts = {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
noto-fonts
|
noto-fonts
|
||||||
noto-fonts-cjk
|
noto-fonts-cjk-sans
|
||||||
noto-fonts-emoji
|
noto-fonts-emoji
|
||||||
(nerdfonts.override { fonts = [ "CascadiaCode" ]; })
|
(nerdfonts.override { fonts = [ "CascadiaCode" ]; })
|
||||||
(google-fonts.override { fonts = [ "Lora" ]; })
|
(google-fonts.override { fonts = [ "Lora" ]; })
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
};
|
};
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
noto-fonts
|
noto-fonts
|
||||||
noto-fonts-cjk
|
noto-fonts-cjk-sans
|
||||||
noto-fonts-emoji
|
noto-fonts-emoji
|
||||||
(nerdfonts.override { fonts = [ "CascadiaCode" ]; })
|
(nerdfonts.override { fonts = [ "CascadiaCode" ]; })
|
||||||
(google-fonts.override { fonts = [ "Lora" ]; })
|
(google-fonts.override { fonts = [ "Lora" ]; })
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue