trying to get main config to run
This commit is contained in:
parent
208e4947a5
commit
55f7c8296f
7 changed files with 117 additions and 27 deletions
|
@ -7,8 +7,14 @@ let
|
|||
in
|
||||
{
|
||||
options.wyrdgard.submodules.socials = with types; {
|
||||
enable = mkBoolOpt false "Whether to enable a social apps";
|
||||
enable = mkBoolOpt false "Whether to enable social apps";
|
||||
};
|
||||
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
wyrdgard = {
|
||||
apps = {
|
||||
discord = enabled;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue