disable lutris for now
This commit is contained in:
parent
8f092f8ef4
commit
5784fc9606
2 changed files with 3 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ in
|
|||
];
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
modules.games.minecraft.enable = true;
|
||||
modules.games.lutris.enable = true;
|
||||
modules.games.minecraft.enable = lib.mkDefault true;
|
||||
modules.games.lutris.enable = lib.mkDefault true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue