restructure

This commit is contained in:
2026-04-22 13:27:21 -05:00
parent 06385f94f6
commit e950b4c162
34 changed files with 112 additions and 253 deletions

View File

@@ -1,13 +1,8 @@
{ ... }: {
flake.homeModules.nathan = { config, lib, ... }: {
flake.homeModules.nathan-opencode = { config, lib, ... }: {
options.homeconfig.opencode.enable = with lib; mkOption {
type = with types; bool;
default = true;
};
config = lib.mkIf config.homeconfig.opencode.enable {
config = {
programs.opencode = {
enable = true;