Enabled overrideConfig for plasma manager

This commit is contained in:
EsVagy42 2025-06-09 16:53:03 +02:00
parent 0d7c8dab57
commit 7605f579ec
2 changed files with 3 additions and 2 deletions

View file

@ -1 +1 @@
Changed resize options for karousel Enabled overrideConfig for plasma manager

View file

@ -1,5 +1,7 @@
{ {
programs.plasma = { programs.plasma = {
enable = true;
overrideConfig = true;
kwin = { kwin = {
nightLight = { nightLight = {
enable = true; enable = true;
@ -15,7 +17,6 @@
transitionTime = 30; transitionTime = 30;
}; };
}; };
enable = true;
shortcuts = { shortcuts = {
"ActivityManager"."switch-to-activity-7815803c-28fd-459f-8c3e-1add2e558ae8" = "ActivityManager"."switch-to-activity-7815803c-28fd-459f-8c3e-1add2e558ae8" =
[ ]; [ ];