home | add foot

This commit is contained in:
Don Harper 2023-10-23 09:00:39 +00:00
parent 02fba74f97
commit f0fb610010

View file

@ -1,19 +0,0 @@
{ config, pkgs, ... }:
{
programs.kitty = {
enable = true;
font = {
name = "Terminus";
size = 10;
};
theme = "Dracula";
settings = {
mouse_hide_wait = "3.0";
url_style = "double";
copy_on_select = "no";
background_opacity = "0.75";
scrollback_lines = 4000;
scrollback_pager_history_size = 2048;
};
};
}