Skip to content

Commit

Permalink
make alacritty's font size just a little bigger
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Aug 23, 2021
1 parent 388214c commit bbf24bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotfiles/alacritty/default.nix
Expand Up @@ -3,7 +3,7 @@
enable = true;
# see https://github.com/alacritty/alacritty/blob/master/alacritty.yml
settings = {
font.size = 7.0;
font.size = 11.0;
};
};
}

0 comments on commit bbf24bd

Please sign in to comment.