increase scrollback size

This commit is contained in:
Kopatz
2024-06-22 14:05:40 +02:00
parent dadf6bd521
commit 3aecfa5c88
3 changed files with 7 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
enable = true;
settings = {
#logo = { source = ../test.sixel; type = "raw"; width = 40; height = 40; };
display = { separator = ""; };
# https://www.nerdfonts.com/cheat-sheet

View File

@@ -3,6 +3,7 @@
programs.kitty = {
enable = true;
settings = {
scrollback_lines = 20000;
#foreground = "#${config.colorScheme.colors.base05}";
#background = "#${config.colorScheme.colors.base00}";

View File

@@ -14,6 +14,11 @@
waybar = prev.waybar.overrideAttrs (oldAttrs: {
mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true" ];
});
# .png doesnt work :(
#fastfetch = prev.fastfetch.overrideAttrs (oldAttrs: {
# cmakeFlags = [ (prev.lib.cmakeBool "ENABLE_IMAGEMAGICK6" true) (prev.lib.cmakeBool "ENABLE_IMAGEMAGICK7" true) (prev.lib.cmakeBool "ENABLE_CHAFA" true) ];
#});
trashy = prev.trashy.overrideAttrs rec {
version = "unstable-2.0.0";
src = prev.fetchFromGitHub {