FUCK NVIDIA

Signed-off-by: Alex Stan <stan.alexandru@ichb.ro>
This commit is contained in:
Alex Stan 2023-05-05 22:48:29 +03:00
parent 348d09573e
commit 9ad61a5501

View file

@ -186,6 +186,7 @@ in {
flatpak.enable = true;
packagekit.enable = true;
xserver = {
# videoDrivers = [ "nvidia" ];
wacom.enable = true;
enable = true;
@ -229,10 +230,12 @@ hardware = {
driSupport = true;
driSupport32Bit = true;
};
# nvidia = {
# package = config.boot.kernelPackages.nvidiaPackages.latest;
# modesetting.enable = false;
# };
/*
nvidia = {
package = config.boot.kernelPackages.nvidiaPackages.latest;
modesetting.enable = true;
};
*/
};
}