Skip to content

Commit

Permalink
💩 no more nerd-font for now
Browse files Browse the repository at this point in the history
  • Loading branch information
elythh committed Dec 1, 2024
1 parent 00218d2 commit 193b209
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions modules/home/core/style/stylix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@

fonts = {
monospace = {
name = "ZedMono/ZedMonoNerdFont";
package = pkgs.nerd-fonts.zed-mono;
name = "Iosevka Comfy";
package = pkgs.iosevka-comfy.comfy;
};
sansSerif = {
name = "IBM Plex Sans";
Expand Down
2 changes: 1 addition & 1 deletion modules/home/opt/term/foot/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ lib.mkIf (config.default.terminal == "foot") {
title = "foot";
locked-title = "no";
term = "xterm-256color";
font = lib.mkForce "monospace:size=12";
# font = lib.mkForce "Rubik:size=12";
vertical-letter-offset = "-0.75";
pad = "12x21 center";
resize-delay-ms = 100;
Expand Down

0 comments on commit 193b209

Please sign in to comment.