fix nvidia driver version for wayland (use unstable)

This commit is contained in:
Tao Tien 2023-07-23 19:27:43 -07:00
parent 76cf402e52
commit f25ac3e1fb

View file

@ -10,10 +10,10 @@
# nvidia-vaapi-driver # nvidia-vaapi-driver
]; ];
# environment.sessionVariables = { environment.sessionVariables = {
# # wayland chromium workaround # wayland chromium workaround
# NIXOS_OZONE_WL = "1"; NIXOS_OZONE_WL = "1";
# }; };
fileSystems."/home" = { fileSystems."/home" = {
device = "/dev/disk/by-uuid/eb9fcce2-e9f3-438a-b5ce-8f72f32f0e09"; device = "/dev/disk/by-uuid/eb9fcce2-e9f3-438a-b5ce-8f72f32f0e09";