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