13 lines
No EOL
112 B
Nix
13 lines
No EOL
112 B
Nix
{
|
|
default,
|
|
...
|
|
}: {
|
|
imports = [
|
|
./nushell
|
|
./starship
|
|
./helix
|
|
./git
|
|
./lazygit
|
|
];
|
|
|
|
} |