Skip to content

Commit

Permalink
feat: switch to jetbrains mono font
Browse files Browse the repository at this point in the history
I find it easier to read
  • Loading branch information
sioodmy committed Sep 5, 2024
1 parent 16d26f0 commit 83c3474
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions system/wayland/desktop/wrapped/foot/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
title = "foot";
locked-title = "no";

font = "monospace:size=16";
font = "monospace:size=14";
line-height = 20;
letter-spacing = 0;
horizontal-letter-offset = 0;
vertical-letter-offset = -0.75;
vertical-letter-offset = 0;
box-drawings-uses-font-glyphs = "no";
dpi-aware = "no";

Expand Down
8 changes: 3 additions & 5 deletions system/wayland/fonts.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@
lexend
jost
dejavu_fonts
iosevka-bin
noto-fonts
noto-fonts-cjk
noto-fonts-emoji
jetbrains-mono
(nerdfonts.override {fonts = ["Iosevka" "JetBrainsMono"];})
(nerdfonts.override {fonts = ["JetBrainsMono"];})
];

enableDefaultPackages = false;
Expand All @@ -29,9 +28,8 @@
fontconfig = {
defaultFonts = {
monospace = [
"Iosevka Term"
"Iosevka Term Nerd Font Complete Mono"
"Iosevka Nerd Font"
"JetBrainsMono"
"JetBrainsMono Nerd Font"
"Noto Color Emoji"
];
sansSerif = ["Lexend" "Noto Color Emoji"];
Expand Down

0 comments on commit 83c3474

Please sign in to comment.