11 lines
92 B
Nix
11 lines
92 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./bash.nix
|
|
./zsh.nix
|
|
./fish.nix
|
|
./qemu.nix
|
|
];
|
|
}
|