From 6311db709dc7f3cfb852c4e830e4539efb2fa49e Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Fri, 8 Oct 2021 00:42:37 -0400 Subject: [PATCH] plasma: wayland cursor fix --- modules/plasma.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/plasma.nix b/modules/plasma.nix index 3f771b1..6edbadf 100644 --- a/modules/plasma.nix +++ b/modules/plasma.nix @@ -15,5 +15,6 @@ in desktopManager.plasma5.enable = true; }; hardware.pulseaudio.enable = true; + environment.systemPackages = [ pkgs.arc-theme ]; # fix hand cursor in firefox }; }