1

gaming: add steam-run

This commit is contained in:
Himadri Bhattacharjee
2024-10-06 19:24:23 +05:30
parent f27fddcff7
commit 4c1fb3104d

View File

@@ -1,7 +1,9 @@
{ config, pkgs, ... }: {
{ config, pkgs, ... }:
{
home.packages = with pkgs; [
dxvk
wine64
lutris
steam-run
];
}