7 lines
95 B
Nix
7 lines
95 B
Nix
{...}: {
|
|
system = "x86_64-linux";
|
|
|
|
extraConfig = {
|
|
config.gaming.enable = true;
|
|
};
|
|
}
|