feat: remove custom brightness settings
This commit is contained in:
parent
0f9d5c9fb5
commit
06fcee3c8e
2 changed files with 17 additions and 117 deletions
|
|
@ -63,13 +63,8 @@
|
|||
inputs.nur.overlays.default
|
||||
inputs.ghostty.overlays.default
|
||||
inputs.helix.overlays.default
|
||||
(_final: prev: {
|
||||
opencode = opencode.packages.${prev.stdenv.hostPlatform.system}.opencode.overrideAttrs (old: {
|
||||
postPatch = (old.postPatch or "") + ''
|
||||
substituteInPlace package.json \
|
||||
--replace-fail '"packageManager": "bun@1.3.14"' '"packageManager": "bun@1.3.13"'
|
||||
'';
|
||||
});
|
||||
(final: prev: {
|
||||
opencode = opencode.packages.${prev.stdenv.hostPlatform.system}.opencode;
|
||||
})
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue