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
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m28s
This commit is contained in:
@@ -2,15 +2,12 @@
|
||||
homebrew = {
|
||||
enable = true;
|
||||
brews = [
|
||||
"docker-compose"
|
||||
];
|
||||
casks = [
|
||||
"1password"
|
||||
"docker"
|
||||
"raycast"
|
||||
"lunar"
|
||||
"orcaslicer"
|
||||
"zed"
|
||||
"zen"
|
||||
];
|
||||
};
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{...}: {
|
||||
taps = {
|
||||
"lizardbyte/homebrew" = {};
|
||||
};
|
||||
taps = [
|
||||
"lizardbyte/homebrew"
|
||||
];
|
||||
brews = [
|
||||
"sunshine-beta"
|
||||
"lizardbyte/homebrew/sunshine-beta"
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user