From 7d4fea94efa56591bdbe0e2ccbcc09aced402ab3 Mon Sep 17 00:00:00 2001 From: Nicole Date: Thu, 6 Nov 2025 22:08:20 +0100 Subject: [PATCH] added kitty customization --- .bashrc | 1 + .config/home-manager/theme.nix | 2 ++ .config/kitty/kitty.conf | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 7c79c9f..407da2c 100644 --- a/.bashrc +++ b/.bashrc @@ -15,3 +15,4 @@ bind '"\e[B": history-search-forward' bind '"\eOA": history-search-backward' bind '"\eOB": history-search-forward' +fastfetch --config ascii-art diff --git a/.config/home-manager/theme.nix b/.config/home-manager/theme.nix index 1e020e1..17fd077 100644 --- a/.config/home-manager/theme.nix +++ b/.config/home-manager/theme.nix @@ -48,6 +48,8 @@ programs.kitty.settings = { background_opacity = lib.mkForce 0.8; confirm_os_window_close = 0; + cursor_shape = "beam"; + cursor_trail = 1; }; programs.kitty.enable = true; } diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index 3ca3a2d..846e842 120000 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -1 +1 @@ -/nix/store/0fhp55jghxbds5p50rcqdnr84djkbp0p-home-manager-files/.config/kitty/kitty.conf \ No newline at end of file +/nix/store/rqpymp231ciwfndl5b8dkqghxdfizp3j-home-manager-files/.config/kitty/kitty.conf \ No newline at end of file