From 077344d208144d1011a428edf0309042912cd96c Mon Sep 17 00:00:00 2001 From: sadan <117494111+sadan4@users.noreply.github.com> Date: Thu, 20 Mar 2025 00:07:31 -0400 Subject: [PATCH] move .gtkrc-2.0 to workaround https://github.com/nix-community/plasma-manager/issues/472 --- common/users/homeModules/plasma.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/common/users/homeModules/plasma.nix b/common/users/homeModules/plasma.nix index 79f8112..24cd4da 100644 --- a/common/users/homeModules/plasma.nix +++ b/common/users/homeModules/plasma.nix @@ -1,10 +1,14 @@ -{ inputs, ... }: +{ inputs, config, ... }: { imports = [ inputs.plasma-manager.homeManagerModules.plasma-manager # TODO: import dynamically based on hostname ./displays/nix-desktop-evo4b5.nix ]; + # workaround https://github.com/nix-community/plasma-manager/issues/472 + # This errors + # home.file.".gtkrc-2.0".force = true; + gtk.gtk2.configLocation = "${config.home.homeDirectory}/.config/.gtkrc-2.0"; programs = { plasma = { enable = true;