enable gaming module
This commit is contained in:
@ -10,11 +10,29 @@ rec {
|
|||||||
|
|
||||||
carla.enable = true;
|
carla.enable = true;
|
||||||
bitwig.enable = false;
|
bitwig.enable = false;
|
||||||
|
bottles.enable = true;
|
||||||
yabridge.enable = true;
|
yabridge.enable = true;
|
||||||
yabridge.autoSync = true;
|
yabridge.autoSync = true;
|
||||||
|
|
||||||
extraPackages = with pkgs; [ audacity vcv-rack ];
|
extraPackages = with pkgs; [ audacity vcv-rack ];
|
||||||
};
|
};
|
||||||
|
|
||||||
modules.gaming = {};
|
modules.gaming = {
|
||||||
|
enable = true;
|
||||||
|
|
||||||
|
discordChromium.enable = true;
|
||||||
|
polymc.enable = true;
|
||||||
|
bottles.enable = true;
|
||||||
|
|
||||||
|
noisetorch = {
|
||||||
|
enable = true;
|
||||||
|
autostart = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
steam = {
|
||||||
|
enable = true;
|
||||||
|
protonGE = true;
|
||||||
|
gamescope = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user