From bfec7305ee223ac78ea6c3a81c769a42088d3ce5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Sat, 30 Jul 2022 16:31:17 +0200 Subject: [PATCH] :rocket: add heroic launcher --- modules/profiles/gaming.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/profiles/gaming.nix b/modules/profiles/gaming.nix index e600650..e5b542d 100644 --- a/modules/profiles/gaming.nix +++ b/modules/profiles/gaming.nix @@ -7,5 +7,6 @@ environment.systemPackages = with pkgs; [ lutris legendary-gl + heroic ]; }