diff options
| author | Freya Murphy <freya@freyacat.org> | 2025-12-18 00:03:13 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2025-12-18 00:03:13 -0500 |
| commit | dd4a6c7bdfc796a0637f93f938e88eef165f5439 (patch) | |
| tree | a0c09203c321537b50ced26fb2e4e913010f18bf | |
| parent | make unfree explicit and add more fonts (diff) | |
| download | dotfiles-nix-main.tar.gz dotfiles-nix-main.tar.bz2 dotfiles-nix-main.zip | |
| -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}"; |