[NixOS] Disable steam
This commit is contained in:
parent
76207d8817
commit
716ba3651a
@ -1,7 +1,7 @@
|
|||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
steam
|
# steam
|
||||||
];
|
];
|
||||||
boot.extraModulePackages = with pkgs; [ xboxdrv ];
|
boot.extraModulePackages = with pkgs; [ xboxdrv ];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user