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

7 lines
60 B
Nix

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