refactor(gaming): disable factorio module

This commit is contained in:
ooks-io 2024-04-01 15:01:03 +13:00
parent 692b18c0f6
commit 2248efc512

View file

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