trying to get main config to run
This commit is contained in:
parent
77e8840534
commit
8f6e59d683
7 changed files with 117 additions and 27 deletions
|
@ -7,9 +7,16 @@ let cfg = config.wyrdgard.submodules.games;
|
|||
in
|
||||
{
|
||||
options.wyrdgard.submodules.games = with types; {
|
||||
enable = mkBoolOpt false "Whether or not you want to enable non steam games such as minecraft";
|
||||
enable = mkBoolOpt false "Whether or not you want to enable steam and other games";
|
||||
};
|
||||
|
||||
config = mkIf cfg.enable { };
|
||||
config = mkIf cfg.enable {
|
||||
wyrdgard = {
|
||||
apps = {
|
||||
steam = enabled;
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue