[NixOS] Disable steam

This commit is contained in:
Ivan Malison 2022-01-27 21:46:48 -07:00
parent 76207d8817
commit 716ba3651a
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -1,7 +1,7 @@
{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
steam
# steam
];
boot.extraModulePackages = with pkgs; [ xboxdrv ];
}