feat: Added sunshine in macos
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m30s

This commit is contained in:
2026-03-09 20:12:17 +05:30
parent 8a1ed7b0ab
commit a9dfdccf63
2 changed files with 20 additions and 9 deletions

View File

@@ -0,0 +1,8 @@
{...}: {
taps = {
"lizardbyte/homebrew" = {};
};
brews = [
"sunshine-beta"
];
}