From ba0c785b25200295d4da592c6cf86608dd2598d2 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Thu, 23 Jul 2020 11:23:14 -0400 Subject: feat(gs/system): Install steam Change-Id: Id61bf6bed41773e398cb6173c33f378937785d94 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1354 Tested-by: BuildkiteCI Reviewed-by: glittershark --- users/glittershark/system/home/machines/chupacabra.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'users/glittershark/system/home/machines') diff --git a/users/glittershark/system/home/machines/chupacabra.nix b/users/glittershark/system/home/machines/chupacabra.nix index 399b0e9f95..66531e9d7f 100644 --- a/users/glittershark/system/home/machines/chupacabra.nix +++ b/users/glittershark/system/home/machines/chupacabra.nix @@ -44,4 +44,9 @@ in { ); }; }; + + home.packages = with pkgs; [ + steam + xorg.libxcb + ]; } -- cgit 1.4.1