8 lines
94 B
Nix
8 lines
94 B
Nix
{ ... }: {
|
|
imports = [
|
|
./bash.nix
|
|
./fish.nix
|
|
./zsh.nix
|
|
./nushell.nix
|
|
];
|
|
}
|