From a6339374a92ddca9cb43edefa16a607fbcd7a596 Mon Sep 17 00:00:00 2001 From: EsVagy42 Date: Mon, 9 Jun 2025 17:03:13 +0200 Subject: [PATCH] Fixed look and feel setting --- commit_text | 2 +- plasma-configuration.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commit_text b/commit_text index 935c1ab..637d039 100644 --- a/commit_text +++ b/commit_text @@ -1 +1 @@ -Added look and feel +Fixed look and feel setting diff --git a/plasma-configuration.nix b/plasma-configuration.nix index 06c207b..73e0f6d 100644 --- a/plasma-configuration.nix +++ b/plasma-configuration.nix @@ -17,7 +17,7 @@ transitionTime = 30; }; }; - programs.plasma.workspace.lookAndFeel = "org.kde.breezedark.desktop"; + workspace.lookAndFeel = "org.kde.breezedark.desktop"; shortcuts = { "ActivityManager"."switch-to-activity-7815803c-28fd-459f-8c3e-1add2e558ae8" = [ ];