Kde/plasma: override some config files
This commit is contained in:
parent
f0b0ca75da
commit
6d7408bc5b
1 changed files with 6 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue