Files
nixos-config/home/base/shell/default.nix

9 lines
159 B
Nix
Raw Normal View History

# Shell aggregator — imports Nushell (primary), Fish, and Starship prompt.
{...}: {
imports = [
./nushell.nix
./fish.nix
./starship.nix
];
}