test for start error in nushell

This commit is contained in:
Forestcat 2023-12-07 21:09:13 +01:00
parent c9de26d3d8
commit 997a4e9337

View file

@ -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;