.hive/modules/home/zsh/default.nix

9 lines
64 B
Nix

{
...
}: {
imports = [
./tools.nix
./zsh.nix
];
}