feat: Added sunshine in macos
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m30s
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m30s
This commit is contained in:
8
darwin/shiro/services/sunshine.nix
Normal file
8
darwin/shiro/services/sunshine.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{...}: {
|
||||
taps = {
|
||||
"lizardbyte/homebrew" = {};
|
||||
};
|
||||
brews = [
|
||||
"sunshine-beta"
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user