nixos-config/modules/home/darwin-only.nix
Sridhar Ratnakumar bcfd7d5e04 stuff
2025-12-18 21:07:32 -05:00

8 lines
87 B
Nix

{ ... }:
{
imports = [
./cli/zsh.nix
./cli/bash.nix
./cli/nushell
];
}