added back
This commit is contained in:
parent
997a4e9337
commit
3cef5fe5ba
1 changed files with 6 additions and 6 deletions
12
home.nix
12
home.nix
|
@ -65,12 +65,12 @@
|
|||
home.sessionVariables = {
|
||||
EDITOR = "hx";
|
||||
};
|
||||
# programs.nushell = {
|
||||
# enable = true;
|
||||
# shellAliases = {
|
||||
# ll = "ls -l";
|
||||
# };
|
||||
# };
|
||||
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