Skip to content

Commit

Permalink
Change fontsize
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed May 8, 2024
1 parent 82ba4f4 commit d045508
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@
programs.alacritty = {
enable = true;
settings = {
import = [ "${pkgs.alacritty-theme}/solarized_light.yaml" ];
import = [ "${pkgs.alacritty-theme}/solarized_dark.yaml" ];
font.normal = {
family = "FiraCode Nerd Font Mono";
style = "Medium";
};
font.size = 16;
font.size = 15;
shell.program = "${pkgs.fish}/bin/fish";
};
};
Expand Down

0 comments on commit d045508

Please sign in to comment.