From 3e517b1961114ad262b4fee82f91dc15dd41aeb1 Mon Sep 17 00:00:00 2001 From: xezo360hye Date: Tue, 3 Jun 2025 23:35:41 +0300 Subject: [PATCH] fix(home): add plasma gtkrc-2.0 bug fix --- home/modules/plasma/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/modules/plasma/default.nix b/home/modules/plasma/default.nix index 060fd19..d8f071e 100644 --- a/home/modules/plasma/default.nix +++ b/home/modules/plasma/default.nix @@ -148,4 +148,6 @@ }; }; }; + + gtk.gtk2.force = true; }