From 7605f579ec7b3538c5bea58aeea07b56f00eb1e1 Mon Sep 17 00:00:00 2001 From: EsVagy42 Date: Mon, 9 Jun 2025 16:53:03 +0200 Subject: [PATCH] Enabled overrideConfig for plasma manager --- commit_text | 2 +- plasma-configuration.nix | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/commit_text b/commit_text index 6c0dbd8..91a7b0e 100644 --- a/commit_text +++ b/commit_text @@ -1 +1 @@ -Changed resize options for karousel +Enabled overrideConfig for plasma manager diff --git a/plasma-configuration.nix b/plasma-configuration.nix index 0bd8603..494a685 100644 --- a/plasma-configuration.nix +++ b/plasma-configuration.nix @@ -1,5 +1,7 @@ { programs.plasma = { + enable = true; + overrideConfig = true; kwin = { nightLight = { enable = true; @@ -15,7 +17,6 @@ transitionTime = 30; }; }; - enable = true; shortcuts = { "ActivityManager"."switch-to-activity-7815803c-28fd-459f-8c3e-1add2e558ae8" = [ ];