set alacritty's default font size to 10

This commit is contained in:
2024-10-24 01:25:34 +02:00
parent 743265ddc8
commit 82575ce368
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
../modules/nitrogen.nix ../modules/nitrogen.nix
]; ];
programs.alacritty.settings.font.size = 8; # programs.alacritty.settings.font.size = 8;
home.file = { home.file = {
".config/bspwm/host.sh".source = ./bspwm/host.sh; ".config/bspwm/host.sh".source = ./bspwm/host.sh;

View File

@ -6,7 +6,7 @@
settings = { settings = {
window.opacity = 0.9; window.opacity = 0.9;
env.XTERM = "xterm-256color"; env.XTERM = "xterm-256color";
font.size = lib.mkDefault 12; font.size = lib.mkDefault 10;
}; };
}; };
} }