minor fixes

This commit is contained in:
insects 2024-08-22 18:41:10 +02:00
parent 875569410e
commit 2f08749525
3 changed files with 13 additions and 6 deletions

View file

@ -7,6 +7,10 @@
x = 10;
y = 10;
};
window.dimensions = {
columns = 140;
lines = 40;
};
font = lib.mkForce {
normal.family = config.fontProfiles.monospace.family;
size = 11;