steam
This commit is contained in:
parent
fcf87d1bb4
commit
429cf79889
2 changed files with 7 additions and 1 deletions
3
home-manager/features/steam.nix
Normal file
3
home-manager/features/steam.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{ ... }: {
|
||||
programs.steam.enable = true;
|
||||
}
|
|
@ -5,10 +5,13 @@
|
|||
driSupport32Bit = true;
|
||||
extraPackages = with pkgs; [
|
||||
vaapiVdpau
|
||||
glxinfo
|
||||
];
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
glxinfo
|
||||
];
|
||||
|
||||
services.xserver.videoDrivers = ["nvidia"];
|
||||
|
||||
hardware.nvidia = {
|
||||
|
|
Loading…
Add table
Reference in a new issue