aboutsummaryrefslogtreecommitdiff
path: root/modules/programs/opencode.nix
blob: ce97b0308070c263a5098a7979041bb2093f8d38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  flake.modules.homeManager.opencode = {
    programs.opencode = {
      enable = true;
      settings = {
        theme = "system";
        share = "disabled";
        autoupdate = false;
      };
    };
  };
}