feat: remove custom brightness settings

This commit is contained in:
Jet 2026-05-27 19:15:08 -07:00
parent 0f9d5c9fb5
commit 06fcee3c8e
No known key found for this signature in database
2 changed files with 17 additions and 117 deletions

View file

@ -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;
})
];
}