upgrade system and add wayland shimejis

This commit is contained in:
2025-01-30 17:57:15 +02:00
parent b5e782f395
commit cf5caba831
7 changed files with 251 additions and 276 deletions

View File

@@ -11,6 +11,9 @@
NVD_BACKEND = "direct";
EGL_PLATFORM = "wayland";
VDPAU_DRIVER = "va_gl";
WAYLAND_DISPLAY = "wayland-1";
DISPLAY = ":0";
XDG_CURRENT_DESKTOP = "Hyprland";
};
environment.sessionVariables = {
@@ -51,7 +54,7 @@
# intelBusId = "PCI:0:2:0";
# nvidiaBusId = "PCI:1:0:0";
# };
package = config.boot.kernelPackages.nvidiaPackages.latest;
package = config.boot.kernelPackages.nvidiaPackages.stable;
};
services.xserver.enable = true;