Skip to content

Commit

Permalink
sys: gui: nerdfonts: use best developer fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
xieby1 committed Aug 6, 2024
1 parent 3a68ccb commit e032b0a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion sys/gui.nix
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,15 @@
noto-fonts-cjk-serif
noto-fonts-emoji]) ++ (with pkgs; [
(nerdfonts.override {
# The best developer fonts, see https://www.nerdfonts.com/
fonts = [
"Hack"
"Meslo"
"SourceCodePro"
"Iosevka"
"FiraCode"
"Terminus"
"Iosevka"
"Monoid"
"FantasqueSansMono"
];
})
Expand Down

0 comments on commit e032b0a

Please sign in to comment.