added kitty customization
This commit is contained in:
parent
663ed46f7a
commit
7d4fea94ef
3 changed files with 4 additions and 1 deletions
1
.bashrc
1
.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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
/nix/store/0fhp55jghxbds5p50rcqdnr84djkbp0p-home-manager-files/.config/kitty/kitty.conf
|
||||
/nix/store/rqpymp231ciwfndl5b8dkqghxdfizp3j-home-manager-files/.config/kitty/kitty.conf
|
||||
Loading…
Reference in a new issue