8 lines
128 B
Nix
8 lines
128 B
Nix
|
{ pkgs, ... }: {
|
||
|
environment.systemPackages = with pkgs; [
|
||
|
steam
|
||
|
steam-run
|
||
|
lutris-unwrapped
|
||
|
protonup-ng
|
||
|
];
|
||
|
}
|