feat: rice out system

This commit is contained in:
Youwen Wu 2024-12-29 17:27:37 -08:00
parent 69c7355d8d
commit 0b766610a3
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
5 changed files with 133 additions and 25 deletions

View file

@ -53,7 +53,7 @@ in
listen_on = "unix:/tmp/kitty";
scrollback_pager = ''nvim --noplugin -c "set signcolumn=no showtabline=0" -c "silent write! /tmp/kitty_scrollback_buffer | te cat /tmp/kitty_scrollback_buffer - "'';
cursor = pkgs.lib.mkForce "#c0caf5";
cursor_text_color = pkgs.lib.mkForce "#1a1b26";
cursor_text_color = lib.mkForce "#1a1b26";
cursor_trail = 3;
};
keybindings = {