Files
dotfiles/darwin/shiro/services/default.nix
servius b17b2ab977
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m25s
feat: Add openclaw for shiro
2026-03-11 12:20:20 +05:30

20 lines
291 B
Nix

{...}: {
imports = [
# ../../../modules/darwin/caddy
# ./aerospace.nix
# ./caddy.nix
# ./colima.nix
# ./lmstudio.nix
# ./zerotier.nix
./autossh.nix
./skhd.nix
./sops.nix
./sunshine.nix
./tailscale.nix
./openclaw.nix
./yabai.nix
];
}