8 lines
137 B
Nix
8 lines
137 B
Nix
|
|
# Shell aggregator — imports Nushell (primary) and Starship prompt.
|
||
|
|
{...}: {
|
||
|
|
imports = [
|
||
|
|
./nushell.nix
|
||
|
|
./starship.nix
|
||
|
|
];
|
||
|
|
}
|