nix/hosts/mrmeeseeks/nixos-config.nix

8 lines
163 B
Nix

{ ... }: {
config.modules.gaming.steam = {
enable = true;
gamemode = true;
gamescope = true;
};
config.modules.hardware.laptop.enable = false;
}