8 lines
121 B
Nix
8 lines
121 B
Nix
{config, pkgs, ... }: {
|
|
programs.steam = {
|
|
enable = true;
|
|
extest.enable = true;
|
|
protontricks.enable = true;
|
|
};
|
|
}
|