home/alacritty: change font-size for the laptop

This commit is contained in:
Dmitriy Pleshevskiy 2022-10-03 10:28:45 +03:00
parent fb71cf859a
commit 87c84e638f
Signed by: pleshevskiy
GPG key ID: 1B59187B161C0215

View file

@ -27,7 +27,7 @@ in
home-me = mkHome [ ];
home-laptop-me = mkHome [
({ config, ... }: {
progs.alacritty.fontSize = 8.0;
progs.alacritty.fontSize = 6.0;
})
];
}