Files
dotfiles/darwin/shiro/services/sunshine.nix
servius 2d2a7e6765
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m28s
fix: Fixed the syntax for adding sunshine-beta and remove some packages
2026-03-10 13:32:28 +05:30

9 lines
110 B
Nix

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