nix-darwin/modules/aspects/terminal.nix

7 lines
89 B
Nix

{...}: {
repo.homeModules.terminal = {
imports = [
./_terminal
];
};
}