Skip to content

Commit

Permalink
Configure hardware cursors
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrw committed Aug 31, 2023
1 parent 6ac85b3 commit 6627229
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions system/nixos/astoria/wm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ let
services.xserver.displayManager.gdm.wayland = true;
programs.hyprland.enable = true;
programs.xwayland.enable = true;
environment.sessionVariables = {
WLR_NO_HARDWARE_CURSORS = "1";
};
};

common-settings = {
Expand Down

0 comments on commit 6627229

Please sign in to comment.