remove deprecated option

This commit is contained in:
Daylin Morgan 2024-06-24 13:23:38 -05:00
parent 2c88677922
commit aebda80ff2
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -22,12 +22,15 @@
}
];
hardware.opengl = enabled // {
driSupport = true;
driSupport32Bit = true;
extraPackages = with pkgs; [ libGL ];
setLdLibraryPath = true;
};
# deprecated?
# hardware.opengl = enabled // {
# driSupport = true;
# driSupport32Bit = true;
# extraPackages = with pkgs; [ libGL ];
# setLdLibraryPath = true;
# };
# Load nvidia driver for Xorg and Wayland
services.xserver.videoDrivers = [ "nvidia" ];