From 4c1fb3104dc3a4fdb0c371517e2ba527beb7ecd6 Mon Sep 17 00:00:00 2001 From: Himadri Bhattacharjee <107522312+lavafroth@users.noreply.github.com> Date: Sun, 6 Oct 2024 19:24:23 +0530 Subject: [PATCH] gaming: add steam-run --- hosts/default/home/gaming.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hosts/default/home/gaming.nix b/hosts/default/home/gaming.nix index 08a24af..2b6abb6 100644 --- a/hosts/default/home/gaming.nix +++ b/hosts/default/home/gaming.nix @@ -1,7 +1,9 @@ -{ config, pkgs, ... }: { +{ config, pkgs, ... }: +{ home.packages = with pkgs; [ dxvk wine64 lutris + steam-run ]; }