fix: Fixed the syntax for adding sunshine-beta and remove some packages
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m28s

This commit is contained in:
2026-03-10 13:32:28 +05:30
parent a9dfdccf63
commit 2d2a7e6765
2 changed files with 4 additions and 7 deletions

View File

@@ -2,15 +2,12 @@
homebrew = { homebrew = {
enable = true; enable = true;
brews = [ brews = [
"docker-compose"
]; ];
casks = [ casks = [
"1password" "1password"
"docker"
"raycast" "raycast"
"lunar" "lunar"
"orcaslicer" "orcaslicer"
"zed"
"zen" "zen"
]; ];
}; };

View File

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