From 7f186c9c5e5e35dee9be073b066ab60d4a718d54 Mon Sep 17 00:00:00 2001 From: Tootbrute Date: Thu, 21 Nov 2024 10:51:13 +0800 Subject: [PATCH] Update NixOS config. --- home.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home.nix b/home.nix index bb1e3c0..2bdc273 100644 --- a/home.nix +++ b/home.nix @@ -121,6 +121,10 @@ # this causes error #draw_bold_text_with_bright_colors = true; }; + window.dimensions = { + lines = 40; + columns = 200; + }; scrolling.multiplier = 5; selection.save_to_clipboard = true; };