added nushell aliases
This commit is contained in:
parent
b5b35fa57d
commit
c9de26d3d8
1 changed files with 8 additions and 2 deletions
10
home.nix
10
home.nix
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue