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