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 {
fonts.fontconfig.enable = true;
home.packages = [
pkgs.source-code-pro
pkgs.jetbrains-mono
];
programs.alacritty = {
enable = true;
settings = {
scrolling.history = 0;
font = {
size = 12;
size = 11;
normal = {
family = "Source Code Pro";
family = "Jetbrains Mono";
style = "Regular";
};
bold = {