Kde/plasma: override some config files

This commit is contained in:
Toast 2024-02-28 09:40:34 +01:00
parent f0b0ca75da
commit 6d7408bc5b

View file

@ -94,6 +94,12 @@ in
)];
programs.plasma = {
enable = true;
overrideConfig = true;
# Delete config files that I fully configure here
overrideConfigFiles = [
"plasmashellrc"
"plasma-org.kde.plasma.desktop-appletsrc"
];
workspace = {
clickItemTo = "select";
cursorTheme = "Breeze_Snow";