Files
dotfiles/darwin/shiro/services/sunshine.nix
servius a9dfdccf63
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m30s
feat: Added sunshine in macos
2026-03-09 20:12:17 +05:30

9 lines
96 B
Nix

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