restructure
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user