Kde/plasma: set up cursor theme

This commit is contained in:
Toast 2024-01-17 14:15:10 +01:00
parent 394ec6e788
commit cbdd6192fe

View file

@ -88,7 +88,10 @@ in
}; };
programs.plasma = { programs.plasma = {
enable = true; enable = true;
workspace.clickItemTo = "select"; workspace = {
clickItemTo = "select";
cursorTheme = "Breeze_Snow";
};
shortcuts = { shortcuts = {
"kwin" = { "kwin" = {
"Switch One Desktop to the Left" = [ "Meta+Ctrl+Left" ]; "Switch One Desktop to the Left" = [ "Meta+Ctrl+Left" ];