NixOS

This module is used to make a NixOS system capable of gaming.

< Back to system modules

Gaming module

Overview

This module when loaded changes the settings in such a way that the system should be capable of gaming. It also installs Steam.

Settings

This is what the options look like you can add to your machine-settings:

{
  machine-settings.system.modules.gaming = {
    enable = boolean;
  };
}

External Resources

Take a look at this article on the NixOS wiki about Steam for more information.