added nushell aliases

This commit is contained in:
Forestcat 2023-12-04 22:03:50 +01:00
parent b5b35fa57d
commit c9de26d3d8

View file

@ -63,9 +63,15 @@
# /etc/profiles/per-user/forestcat/etc/profile.d/hm-session-vars.sh
#
home.sessionVariables = {
# EDITOR = "emacs";
EDITOR = "hx";
};
programs.nushell = {
enable = true;
shellAliases = {
ll = "ls -l";
};
};
# Let Home Manager install and manage itself.
programs.home-manager.enable = true;
}