move opencode overlay into common for now

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-07-16 11:40:05 -05:00
parent 839d3f9314
commit e9eb786811
5 changed files with 102 additions and 0 deletions

View file

@ -21,6 +21,8 @@ in
};
config = lib.mkIf cfg.enable ({
environment.systemPackages = with pkgs; [
opencode
];