Skip to content

Commit

Permalink
home/alacritty: fix darwin font size
Browse files Browse the repository at this point in the history
  • Loading branch information
ocfox committed Apr 26, 2023
1 parent 4a87bd6 commit ecdc2c3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions home-darwin/programs/alacritty.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
settings.font.size = 20;
}
3 changes: 3 additions & 0 deletions home-desktop/programs/alacritty.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
settings.font.size = 10;
}
2 changes: 0 additions & 2 deletions home/programs/alacritty.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
font = {
normal = {
family = "JetBrainsMono Nerd Font";
# style = "Regular";
};
size = 10;
};

colors = {
Expand Down

0 comments on commit ecdc2c3

Please sign in to comment.