set alacritty's default font size to 10
This commit is contained in:
@ -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;
|
||||||
|
@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user