forked from colonelpanic/dotfiles
[NixOS] Various tweaks
This commit is contained in:
7
nixos/games.nix
Normal file
7
nixos/games.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
steam
|
||||
];
|
||||
boot.extraModulePackages = with pkgs; [ xboxdrv ];
|
||||
}
|
||||
Reference in New Issue
Block a user