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 }; }