disable lutris for now
This commit is contained in:
parent
8f092f8ef4
commit
5784fc9606
2 changed files with 3 additions and 2 deletions
|
|
@ -154,6 +154,7 @@ in
|
||||||
modules = {
|
modules = {
|
||||||
# imagine steam but like without a monitor
|
# imagine steam but like without a monitor
|
||||||
games.enable = enableGraphical && enableGames;
|
games.enable = enableGraphical && enableGames;
|
||||||
|
games.lutris.enable = false;
|
||||||
|
|
||||||
# other things I like to use
|
# other things I like to use
|
||||||
apps = {
|
apps = {
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ in
|
||||||
];
|
];
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
modules.games.minecraft.enable = true;
|
modules.games.minecraft.enable = lib.mkDefault true;
|
||||||
modules.games.lutris.enable = true;
|
modules.games.lutris.enable = lib.mkDefault true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue