about summary refs log tree commit diff
path: root/users
diff options
context:
space:
mode:
Diffstat (limited to 'users')
-rw-r--r--users/fcuny/terminal.nix12
1 files changed, 11 insertions, 1 deletions
diff --git a/users/fcuny/terminal.nix b/users/fcuny/terminal.nix
index d1352e7..ca3b2e8 100644
--- a/users/fcuny/terminal.nix
+++ b/users/fcuny/terminal.nix
@@ -5,7 +5,17 @@
     enable = true;
 
     settings = {
-      env.TERM = "xterm-256color";
+      env = {
+        TERM = "xterm-256color";
+        WINIT_X11_SCALE_FACTOR = "1.2";
+      };
+      draw_bold_text_with_bright_colors = true;
+      selection = {
+        save_to_clipboard = true;
+      };
+      font = {
+        size = 12;
+      };
     };
   };
 }