From fd174346d9c23893d76658b3db88a041bf4d1394 Mon Sep 17 00:00:00 2001 From: MoritzBoehme Date: Sat, 4 Dec 2021 11:45:43 +0100 Subject: [PATCH] add legendary-gl --- modules/gaming/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gaming/default.nix b/modules/gaming/default.nix index 2b652ff..55e0a41 100644 --- a/modules/gaming/default.nix +++ b/modules/gaming/default.nix @@ -2,5 +2,5 @@ { programs.steam.enable = true; - home-manager.users.moritz.home.packages = with pkgs; [ lutris ]; + home-manager.users.moritz.home.packages = with pkgs; [ lutris legendary-gl ]; }