From 3d61bb21806f3117e9685f4bb6a62e2b138dd502 Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Tue, 20 Jun 2023 12:43:48 -0400 Subject: [PATCH] experimenting with games --- homeConfig/modules/fun/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/homeConfig/modules/fun/default.nix b/homeConfig/modules/fun/default.nix index bab03f3..acbc7f9 100644 --- a/homeConfig/modules/fun/default.nix +++ b/homeConfig/modules/fun/default.nix @@ -17,7 +17,8 @@ in }; home.packages = with pkgs; [ - spotify discord steam showmethekey + spotify discord showmethekey + wineWowPackages.waylandFull lutris ]; }; }