Add nushell and some basic settings so that it works politely Add carapace configuration to both nushell and Xonsh
15 lines
155 B
Nix
15 lines
155 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./ansible.nix
|
|
./bash.nix
|
|
./direnv.nix
|
|
./git.nix
|
|
./nushell.nix
|
|
./ssh.nix
|
|
./vim
|
|
./xonsh.nix
|
|
];
|
|
}
|