about summary refs log tree commit diff
path: root/users/glittershark/system/home/machines
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2020-07-23T15·23-0400
committerglittershark <grfn@gws.fyi>2020-07-23T15·24+0000
commitba0c785b25200295d4da592c6cf86608dd2598d2 (patch)
tree228473f84d89b9077866786e3a4f416f07099ea1 /users/glittershark/system/home/machines
parent855995325e7f8a48a8015d85ee1ad8e8080b5058 (diff)
feat(gs/system): Install steam r/1425
Change-Id: Id61bf6bed41773e398cb6173c33f378937785d94
Reviewed-on: https://cl.tvl.fyi/c/depot/+/1354
Tested-by: BuildkiteCI
Reviewed-by: glittershark <grfn@gws.fyi>
Diffstat (limited to 'users/glittershark/system/home/machines')
-rw-r--r--users/glittershark/system/home/machines/chupacabra.nix5
1 files changed, 5 insertions, 0 deletions
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
+  ];
 }