home: make icat not depend on kitty (just kitten)

This commit is contained in:
NullBite 2024-03-30 13:31:21 -04:00
parent 96153e0670
commit 78be860624
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -30,7 +30,7 @@ in
# TODO move this stuff to a zsh.nix or something; this is just a quick fix so home.sessionVariables works
home.shellAliases = {
v = "nvim";
icat = "kitty +kitten icat";
icat = "kitten icat";
};
programs.fzf.enable = lib.mkDefault true;
programs.fzf.enableZshIntegration = lib.mkDefault true;