From 9adb9507c06fce1e18160090e8224629eb4d8253 Mon Sep 17 00:00:00 2001 From: George Kaklamanos Date: Mon, 23 Jun 2025 22:49:34 +0300 Subject: [PATCH] plasma-manager: Import `panels.nix` Signed-off-by: George Kaklamanos --- home-manager/plasma/plasma.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/home-manager/plasma/plasma.nix b/home-manager/plasma/plasma.nix index d9f2dbd..9f5416a 100644 --- a/home-manager/plasma/plasma.nix +++ b/home-manager/plasma/plasma.nix @@ -4,12 +4,7 @@ # overrideConfig = true; configFile = import ./configFile.nix; - - # Unfortunately I really need to configure the system tray and keyboard - # shortcuts for its applets, so I have disabled the panel configuration - # for now so it doesn't get reset - # https://github.com/pjones/plasma-manager/issues/126 - # panels = import ./panels.nix; + panels = import ./panels.nix; workspace = { clickItemTo = "select";