Files
m3ta-home/profiles/base/shell/default.nix
T

9 lines
159 B
Nix
Raw Normal View History

2026-05-02 09:08:40 +02:00
# Shell aggregator — imports Nushell (primary), Fish, and Starship prompt.
{...}: {
imports = [
./nushell.nix
./fish.nix
./starship.nix
];
}