[NixOS] Setup for rocket league in linux
This commit is contained in:
parent
a6f4aa27bc
commit
9808c67841
@ -1,7 +1,12 @@
|
|||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
# steam
|
steam
|
||||||
|
heroic
|
||||||
];
|
];
|
||||||
boot.extraModulePackages = with pkgs; [ xboxdrv ];
|
boot.extraModulePackages = with pkgs; [
|
||||||
|
xboxdrv
|
||||||
|
];
|
||||||
|
# hardware.xpadneo.enable = true;
|
||||||
|
hardware.xone.enable = true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user