diff options
| -rw-r--r-- | home/apps/kitty.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/apps/kitty.nix b/home/apps/kitty.nix index e1c596e..9d86b50 100644 --- a/home/apps/kitty.nix +++ b/home/apps/kitty.nix @@ -53,6 +53,7 @@ in { # cursor url_color = "#${config.theme.colors.bright.yellow}"; cursor = "#${config.theme.colors.text}"; + cursor_shape = "beam"; # colors background = "#${config.theme.colors.base}"; |