nix-darwin/modules/aspects/_shell/default.nix

6 lines
63 B
Nix

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