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 = {
|
homebrew = {
|
||||||
enable = true;
|
enable = true;
|
||||||
brews = [
|
brews = [
|
||||||
"docker-compose"
|
|
||||||
];
|
];
|
||||||
casks = [
|
casks = [
|
||||||
"1password"
|
"1password"
|
||||||
"docker"
|
|
||||||
"raycast"
|
"raycast"
|
||||||
"lunar"
|
"lunar"
|
||||||
"orcaslicer"
|
"orcaslicer"
|
||||||
"zed"
|
|
||||||
"zen"
|
"zen"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
{...}: {
|
{...}: {
|
||||||
taps = {
|
taps = [
|
||||||
"lizardbyte/homebrew" = {};
|
"lizardbyte/homebrew"
|
||||||
};
|
];
|
||||||
brews = [
|
brews = [
|
||||||
"sunshine-beta"
|
"lizardbyte/homebrew/sunshine-beta"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user