test for start error in nushell
This commit is contained in:
parent
c9de26d3d8
commit
997a4e9337
1 changed files with 6 additions and 6 deletions
12
home.nix
12
home.nix
|
@ -65,12 +65,12 @@
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
EDITOR = "hx";
|
EDITOR = "hx";
|
||||||
};
|
};
|
||||||
programs.nushell = {
|
# programs.nushell = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
shellAliases = {
|
# shellAliases = {
|
||||||
ll = "ls -l";
|
# ll = "ls -l";
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
|
|
||||||
# Let Home Manager install and manage itself.
|
# Let Home Manager install and manage itself.
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue