10 lines
116 B
Nix
10 lines
116 B
Nix
{
|
|
imports = [
|
|
./fish.nix
|
|
./other.nix
|
|
./repl
|
|
./starship.nix
|
|
./yazi.nix
|
|
./zoxide.nix
|
|
];
|
|
}
|