Skip to content

Commit

Permalink
home/terminals/foot: use JetBrains Mono Nerd Font
Browse files Browse the repository at this point in the history
`Symbols` fallback is atrocious and looks ugly af
  • Loading branch information
fufexan committed Oct 25, 2024
1 parent fe0ad34 commit 5a3fa5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion home/terminal/emulators/foot.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ in {

settings = {
main = {
font = "JetBrains Mono:size=10";
font = "JetBrains Mono Nerd Font:size=10";
horizontal-letter-offset = 0;
vertical-letter-offset = 0;
pad = "4x4 center";
Expand Down
2 changes: 1 addition & 1 deletion system/programs/fonts.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
jetbrains-mono

# nerdfonts
(nerdfonts.override {fonts = ["NerdFontsSymbolsOnly"];})
(nerdfonts.override {fonts = ["NerdFontsSymbolsOnly" "JetBrainsMono"];})
];

# causes more issues than it solves
Expand Down

0 comments on commit 5a3fa5a

Please sign in to comment.