From d8feb9fe92abf11c3218d0213566ed0ae469b2f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Thu, 26 Oct 2023 11:08:51 -0300 Subject: [PATCH] steam: also install bottles --- system/steam.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/system/steam.nix b/system/steam.nix index 8ece86e..996f16a 100644 --- a/system/steam.nix +++ b/system/steam.nix @@ -21,5 +21,6 @@ in }; environment.systemPackages = with pkgs; [ protontricks + bottles ]; }