Skip to content

Commit

Permalink
disable wlr no hardware as we are not using NVIDIA
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRTitor committed Mar 20, 2024
1 parent 6f87d78 commit 44a3b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/hyprland.nix
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
# Environment variables to start the session with
environment.sessionVariables = {
GSETTINGS_SCHEMA_DIR = "${pkgs.gsettings-desktop-schemas}/share/gsettings-schemas/${pkgs.gsettings-desktop-schemas.name}/glib-2.0/schemas";
WLR_NO_HARDWARE_CURSORS = "1"; # cursor not visible in some instance
# WLR_NO_HARDWARE_CURSORS = "1"; # cursor not visible in some instance
NIXOS_OZONE_WL = "1"; # for electron apps to run on wayland
MOZ_ENABLE_WAYLAND = "1";
SDL_VIDEODRIVER = "wayland";
Expand Down

0 comments on commit 44a3b3f

Please sign in to comment.