home | add foot
This commit is contained in:
parent
02fba74f97
commit
f0fb610010
1 changed files with 0 additions and 19 deletions
|
|
@ -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;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue