refactor(gaming): disable factorio module
This commit is contained in:
parent
692b18c0f6
commit
2248efc512
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ in
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
homeModules.desktop = {
|
homeModules.desktop = {
|
||||||
gaming = {
|
gaming = {
|
||||||
factorio.enable = true;
|
factorio.enable = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue