flocon/home/terminal/shell/nushell.nix

9 lines
100 B
Nix

{
programs.nushell = {
enable = true;
};
programs.carapace = {
enable = true;
};
}