module: move info into options

This commit is contained in:
Infinidoge 2022-04-20 09:51:17 -04:00
parent d69bd43b50
commit e83100e1b0
2 changed files with 5 additions and 20 deletions

View file

@ -15,6 +15,11 @@ with lib.hlissner;
};
env = mkOpt attrs { };
info = {
monitors = mkOpt int 1;
graphical = mkBoolOpt config.services.xserver.enable;
};
};
config = {