home: make icat not depend on kitty (just kitten)
This commit is contained in:
parent
96153e0670
commit
78be860624
@ -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
|
# TODO move this stuff to a zsh.nix or something; this is just a quick fix so home.sessionVariables works
|
||||||
home.shellAliases = {
|
home.shellAliases = {
|
||||||
v = "nvim";
|
v = "nvim";
|
||||||
icat = "kitty +kitten icat";
|
icat = "kitten icat";
|
||||||
};
|
};
|
||||||
programs.fzf.enable = lib.mkDefault true;
|
programs.fzf.enable = lib.mkDefault true;
|
||||||
programs.fzf.enableZshIntegration = lib.mkDefault true;
|
programs.fzf.enableZshIntegration = lib.mkDefault true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user