Changed font to Jetbrains Mono

This commit is contained in:
Tim Schubert 2021-12-10 22:23:05 +01:00
parent 896c519e90
commit 91f626e2d4
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -10,16 +10,16 @@ in
config = mkIf cfg.enable { config = mkIf cfg.enable {
fonts.fontconfig.enable = true; fonts.fontconfig.enable = true;
home.packages = [ home.packages = [
pkgs.source-code-pro pkgs.jetbrains-mono
]; ];
programs.alacritty = { programs.alacritty = {
enable = true; enable = true;
settings = { settings = {
scrolling.history = 0; scrolling.history = 0;
font = { font = {
size = 12; size = 11;
normal = { normal = {
family = "Source Code Pro"; family = "Jetbrains Mono";
style = "Regular"; style = "Regular";
}; };
bold = { bold = {