From bf00621b02e7546bebc8ea7628e618e2f1d8ca3c Mon Sep 17 00:00:00 2001 From: Amneesh Singh Date: Fri, 17 Oct 2025 11:53:28 +0530 Subject: [PATCH] home: amneesh: add screen config Signed-off-by: Amneesh Singh --- home/amneesh/default.nix | 1 + home/amneesh/screen.nix | 12 ++++++++++++ home/natto/foot.nix | 2 +- 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 home/amneesh/screen.nix diff --git a/home/amneesh/default.nix b/home/amneesh/default.nix index 5b18bcd..1726694 100644 --- a/home/amneesh/default.nix +++ b/home/amneesh/default.nix @@ -18,6 +18,7 @@ ./nixgl.nix # wayland ./hyprlock.nix + ./screen.nix ./wayvnc.nix # From personal diff --git a/home/amneesh/screen.nix b/home/amneesh/screen.nix new file mode 100644 index 0000000..99748d4 --- /dev/null +++ b/home/amneesh/screen.nix @@ -0,0 +1,12 @@ +{ pkgs, ... }: +{ + home = { + packages = [ pkgs.screen ]; + + file = { + ".screenrc".text = '' + defscrollback 10000 + ''; + }; + }; +} diff --git a/home/natto/foot.nix b/home/natto/foot.nix index 245d36e..25cbb93 100644 --- a/home/natto/foot.nix +++ b/home/natto/foot.nix @@ -8,7 +8,7 @@ font = "Fira Mono:style=Regular:pixelsize=18"; font-bold = "Fira Mono:style=Bold:pixelsize=18"; }; - scrollback.lines = 4000; + scrollback.lines = 10000; colors = with conf.colors.default; { inherit foreground background; regular0 = surface1;