Skip to content

Commit 6968eb9

Browse files
font: add JetBrainsMono replacing FiraCode
1 parent 591614f commit 6968eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/fonts/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ in
1818
(nerdfonts.override {
1919
fonts = [
2020
"Meslo" # MesloLG{S,M,L}{_,DZ} Nerd Font {_,Mono}
21-
"FiraCode" # FiraCode Nerd Font {_,Mono}
21+
"JetBrainsMono" # JetBrainsMono{_,NL} Nerd Font {_,Mono,Propo}
2222
];
2323
})
2424
];

0 commit comments

Comments
 (0)