larger font for them eyes

This commit is contained in:
Cyryl Płotnicki 2023-01-13 15:05:47 +00:00
parent 49f6a48623
commit 03715b7c9a

View file

@ -1,22 +1,16 @@
{
config,
pkgs,
...
}: {
home.sessionVariables = {TERMINAL = "alacritty";};
{ config, pkgs, ... }: {
home.sessionVariables = { TERMINAL = "alacritty"; };
programs.alacritty = {
enable = true;
settings = {
window.decorations = "none";
mouse_bindings = [
{
mouse = "Middle";
mode = "~Vi";
action = "None";
}
];
mouse_bindings = [{
mouse = "Middle";
mode = "~Vi";
action = "None";
}];
scrolling = {
history = 32000;
multiplier = 3;
@ -24,7 +18,7 @@
font = {
family = "Berkeley Mono";
size = 8;
size = 12;
};
draw_bold_text_with_bright_colors = true;