home/alacritty: change font-size for the laptop
This commit is contained in:
parent
fb71cf859a
commit
87c84e638f
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ in
|
||||||
home-me = mkHome [ ];
|
home-me = mkHome [ ];
|
||||||
home-laptop-me = mkHome [
|
home-laptop-me = mkHome [
|
||||||
({ config, ... }: {
|
({ config, ... }: {
|
||||||
progs.alacritty.fontSize = 8.0;
|
progs.alacritty.fontSize = 6.0;
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue