Files
dotfiles/darwin/kuro/services/default.nix
uttarayan21 963f29c12b
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m28s
chore: update service configurations and update to manually compiled yabai
2025-09-18 17:56:44 +05:30

10 lines
120 B
Nix

{...}: {
imports = [
./tailscale.nix
./aerospace.nix
# ./ollama.nix
./skhd.nix
./yabai.nix
];
}