diff --git a/roles/kde/plasma.nix b/roles/kde/plasma.nix index 8a5d8fb..1b35760 100644 --- a/roles/kde/plasma.nix +++ b/roles/kde/plasma.nix @@ -88,7 +88,10 @@ in }; programs.plasma = { enable = true; - workspace.clickItemTo = "select"; + workspace = { + clickItemTo = "select"; + cursorTheme = "Breeze_Snow"; + }; shortcuts = { "kwin" = { "Switch One Desktop to the Left" = [ "Meta+Ctrl+Left" ];