mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 02:08:29 +02:00
fix: nerdfonts has been refactored
This commit is contained in:
@@ -202,17 +202,12 @@
|
|||||||
source-han-serif # 思源宋体
|
source-han-serif # 思源宋体
|
||||||
|
|
||||||
# nerdfonts
|
# nerdfonts
|
||||||
# https://github.com/NixOS/nixpkgs/blob/nixos-24.11/pkgs/data/fonts/nerdfonts/shas.nix
|
# https://github.com/NixOS/nixpkgs/blob/nixos-unstable-small/pkgs/data/fonts/nerd-fonts/manifests/fonts.json
|
||||||
(nerdfonts.override {
|
nerd-fonts.symbols-only # symbols icon only
|
||||||
fonts = [
|
nerd-fonts.fira-code
|
||||||
# symbols icon only
|
nerd-fonts.jetbrains-mono
|
||||||
"NerdFontsSymbolsOnly"
|
nerd-fonts.iosevka
|
||||||
# Characters
|
|
||||||
"FiraCode"
|
|
||||||
"JetBrainsMono"
|
|
||||||
"Iosevka"
|
|
||||||
];
|
|
||||||
})
|
|
||||||
julia-mono
|
julia-mono
|
||||||
dejavu_fonts
|
dejavu_fonts
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user