opencode system theme

This commit is contained in:
William 2026-03-28 18:50:51 -03:00
parent 1d414a346c
commit 7da1e394c4
2 changed files with 23 additions and 13 deletions

View file

@ -1,6 +1,7 @@
{ ... }: { ... }:
{ {
flake.modules.nixos.ai = flake.modules = {
nixos.ai =
{ inputs, pkgs, ... }: { inputs, pkgs, ... }:
{ {
environment.systemPackages = environment.systemPackages =
@ -16,4 +17,11 @@
]; ];
}; };
}; };
homeManager.ai = {
programs.opencode = {
enable = true;
settings.theme = "system";
};
};
};
} }

View file

@ -34,6 +34,7 @@ in
gaming gaming
# other aspects # other aspects
ai
kde kde
]; ];
}; };
@ -45,6 +46,7 @@ in
desktop desktop
# other aspects # other aspects
ai
kde kde
]; ];
}; };