mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +05:30
some yazi fixes
This commit is contained in:
parent
fca63c71e1
commit
a59f2b7c2e
3 changed files with 59 additions and 1 deletions
|
@ -15,6 +15,11 @@ in {
|
|||
programs.kitty.settings = {
|
||||
background_opacity = lib.mkForce "0.85";
|
||||
modify_font = "cell_width 90%";
|
||||
confirm_os_window_close = 0;
|
||||
};
|
||||
programs.kitty.keybindings = {
|
||||
"ctrl+equal" = "change_font_size all +2.0";
|
||||
"ctrl+minus" = "change_font_size all -2.0";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue