diff --git a/home/wayland/default.nix b/home/wayland/default.nix index 84f761a..e2edd67 100644 --- a/home/wayland/default.nix +++ b/home/wayland/default.nix @@ -16,17 +16,14 @@ wlr-randr ]; sessionVariables = { - GBM_BACKEND = "nvidia-drm"; __GL_GSYNC_ALLOWED = "0"; __GL_VRR_ALLOWED = "0"; WLR_DRM_NO_ATOMIC = "1"; XDG_SESSION_TYPE = "wayland"; - __GLX_VENDOR_LIBRARY_NAME = "nvidia"; _JAVA_AWT_WM_NONREPARENTING = "1"; QT_QPA_PLATFORM = "wayland"; QT_WAYLAND_DISABLE_WINDOWDECORATION = "1"; GDK_BACKEND = "wayland"; - WLR_NO_HARDWARE_CURSORS = "1"; MOZ_ENABLE_WAYLAND = "1"; WLR_BACKEND = "vulkan"; WLR_RENDERER = "vulkan"; diff --git a/home/wayland/services/greetd.nix b/home/wayland/services/greetd.nix index 03117ae..d455a82 100644 --- a/home/wayland/services/greetd.nix +++ b/home/wayland/services/greetd.nix @@ -11,11 +11,7 @@ monitor = DP-2,2560x1440@144, 0x0, auto monitor = DP-3,disable - env = LIBVA_DRIVER_NAME,nvidia env = XDG_SESSION_TYPE,wayland - env = GBM_BACKEND,nvidia-drm - env = __GLX_VENDOR_LIBRARY_NAME,nvidia - env = WLR_NO_HARDWARE_CURSORS,1 exec-once = ${pkgs.dbus}/bin/dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY XDG_CURRENT_DESKTOP HYPRLAND_INSTANCE_SIGNATURE exec-once = ${lib.getExe pkgs.greetd.regreet}; hyprctl dispatch exit