Files
dotfiles/darwin/shiro/services/sunshine.nix
servius 96a92bd67f
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m22s
feat: Update openclaw stuff
2026-03-11 12:45:24 +05:30

11 lines
142 B
Nix

{...}: {
homebrew = {
taps = [
"lizardbyte/homebrew"
];
brews = [
"lizardbyte/homebrew/sunshine-beta"
];
};
}