Update NixOS config.
This commit is contained in:
parent
0b15b92d71
commit
7f186c9c5e
1 changed files with 4 additions and 0 deletions
4
home.nix
4
home.nix
|
@ -121,6 +121,10 @@
|
||||||
# this causes error
|
# this causes error
|
||||||
#draw_bold_text_with_bright_colors = true;
|
#draw_bold_text_with_bright_colors = true;
|
||||||
};
|
};
|
||||||
|
window.dimensions = {
|
||||||
|
lines = 40;
|
||||||
|
columns = 200;
|
||||||
|
};
|
||||||
scrolling.multiplier = 5;
|
scrolling.multiplier = 5;
|
||||||
selection.save_to_clipboard = true;
|
selection.save_to_clipboard = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue