home: add alias

This commit is contained in:
NullBite 2024-03-03 02:25:24 +00:00
parent 44dbc34bb7
commit 251bb5df50

View File

@ -17,6 +17,9 @@ in
nixfiles.programs.comma.enable = true;
# TODO move this stuff to a zsh.nix or something; this is just a quick fix so home.sessionVariables works
home.shellAliases = {
v = "nvim";
};
programs.fzf.enable = true;
programs.fzf.enableZshIntegration = true;
programs.zsh = {