feat(homeModule:lutris): lutris configuration init

This commit is contained in:
ooks-io 2024-05-12 13:48:59 +12:00
parent f9915fbb1d
commit 8f67be9e68
2 changed files with 15 additions and 1 deletions

View file

@ -11,7 +11,7 @@ in
config = lib.mkIf cfg.enable {
homeModules.desktop = {
gaming = {
factorio.enable = false;
lutris.enable = true;
};
};
};