plasma: wayland cursor fix

This commit is contained in:
Sean Buckley 2021-10-08 00:42:37 -04:00
parent 73f615745c
commit 6311db709d

View file

@ -15,5 +15,6 @@ in
desktopManager.plasma5.enable = true;
};
hardware.pulseaudio.enable = true;
environment.systemPackages = [ pkgs.arc-theme ]; # fix hand cursor in firefox
};
}