Files
nixos/home/baseline/default.nix
T
Greg Hellings 1efca98b9a Enable Nushell and Carapace
Add nushell and some basic settings so that it works politely
Add carapace configuration to both nushell and Xonsh
2025-06-11 12:35:01 -05:00

15 lines
155 B
Nix

{ ... }:
{
imports = [
./ansible.nix
./bash.nix
./direnv.nix
./git.nix
./nushell.nix
./ssh.nix
./vim
./xonsh.nix
];
}