9 lines
83 B
Nix
9 lines
83 B
Nix
|
|
{
|
||
|
|
imports = [
|
||
|
|
./tools.nix
|
||
|
|
./bash.nix
|
||
|
|
./zsh.nix
|
||
|
|
./tmux.nix
|
||
|
|
];
|
||
|
|
}
|