This commit is contained in:
41666 2023-12-17 16:20:09 -05:00
parent fcf87d1bb4
commit 429cf79889
2 changed files with 7 additions and 1 deletions

View file

@ -0,0 +1,3 @@
{ ... }: {
programs.steam.enable = true;
}

View file

@ -5,10 +5,13 @@
driSupport32Bit = true; driSupport32Bit = true;
extraPackages = with pkgs; [ extraPackages = with pkgs; [
vaapiVdpau vaapiVdpau
glxinfo
]; ];
}; };
environment.systemPackages = with pkgs; [
glxinfo
];
services.xserver.videoDrivers = ["nvidia"]; services.xserver.videoDrivers = ["nvidia"];
hardware.nvidia = { hardware.nvidia = {