forked from foxora/nix
butterfly was right, foot is better :3
This commit is contained in:
parent
a354fca7f5
commit
68cf02e366
11 changed files with 55 additions and 36 deletions
|
|
@ -1,6 +1,7 @@
|
|||
# aurora's configgg!! :333
|
||||
# trans <3
|
||||
{
|
||||
config,
|
||||
inputs,
|
||||
upkgs,
|
||||
root,
|
||||
|
|
@ -267,27 +268,24 @@
|
|||
];
|
||||
};
|
||||
|
||||
kitty = {
|
||||
foot = {
|
||||
enable = true;
|
||||
package = upkgs.kitty;
|
||||
|
||||
font = {
|
||||
name = "DepartureMono Nerd Font Mono";
|
||||
size = 10;
|
||||
};
|
||||
|
||||
settings = {
|
||||
scrollback_lines = 16384;
|
||||
enable_audio_bell = false;
|
||||
update_check_interval = 0;
|
||||
allow_remote_control = "yes"; # used for scripts to control kitty
|
||||
|
||||
confirm_os_window_close = 0; # disable close window prompt
|
||||
main = {
|
||||
font = "DepartureMono Nerd Font Mono:size=10";
|
||||
include = "/home/${config.home.username}/.config/foot/theme.ini";
|
||||
};
|
||||
scrollback = {
|
||||
lines = 131072;
|
||||
};
|
||||
bell = {
|
||||
system = "no";
|
||||
urgent = "no";
|
||||
notify = "no";
|
||||
visual = "no";
|
||||
};
|
||||
};
|
||||
|
||||
extraConfig = ''
|
||||
include ~/.config/kitty/theme.conf
|
||||
'';
|
||||
};
|
||||
|
||||
zen-browser = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue