Files
dotfiles/darwin/kuro/services/default.nix
uttarayan21 031865260e
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m26s
feat: update flake dependencies and disable yabai service
2025-09-17 00:07:42 +05:30

10 lines
126 B
Nix

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