8 lines
119 B
Nix
8 lines
119 B
Nix
|
{ config, pkgs, nixosConfig, ... }:
|
||
|
|
||
|
{
|
||
|
imports = [ ./steam.nix ./lutris.nix ];
|
||
|
|
||
|
programs.gamemode.enable = true;
|
||
|
}
|