fix missing {
This commit is contained in:
parent
960b62f770
commit
fd8044b62f
1 changed files with 15 additions and 15 deletions
|
@ -29,7 +29,7 @@
|
||||||
homeDirectory = config.users.users.jopejoe1.home;
|
homeDirectory = config.users.users.jopejoe1.home;
|
||||||
stateVersion = config.system.stateVersion;
|
stateVersion = config.system.stateVersion;
|
||||||
};
|
};
|
||||||
programs =
|
programs = {
|
||||||
nushell = {
|
nushell = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
@ -51,24 +51,24 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
vi = "nvim";
|
vi = "nvim";
|
||||||
vim = "nvim";
|
vim = "nvim";
|
||||||
};
|
|
||||||
};
|
};
|
||||||
carapace.enable = true;
|
};
|
||||||
carapace.enableNushellIntegration = true;
|
carapace.enable = true;
|
||||||
|
carapace.enableNushellIntegration = true;
|
||||||
|
|
||||||
starship = {
|
starship = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
add_newline = true;
|
add_newline = true;
|
||||||
character = {
|
character = {
|
||||||
success_symbol = "[➜](bold green)";
|
success_symbol = "[➜](bold green)";
|
||||||
error_symbol = "[➜](bold red)";
|
error_symbol = "[➜](bold red)";
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue