[NixOS] Various tweaks

This commit is contained in:
2018-06-18 17:12:26 -07:00
parent b74cf8dc6d
commit 6f938a7604
3 changed files with 15 additions and 2 deletions

7
nixos/games.nix Normal file
View File

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