From e0ffe479504212a280934dd8c9a60128fc1e5f5f Mon Sep 17 00:00:00 2001 From: Christian Date: Sun, 24 May 2026 08:41:03 -0500 Subject: Wrap ghidra to set _JAVA_AWT_WM_NONREPARENTING for XMonad compatibility --- modules/home/re.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'modules/home/re.nix') diff --git a/modules/home/re.nix b/modules/home/re.nix index 9093b12..940b273 100644 --- a/modules/home/re.nix +++ b/modules/home/re.nix @@ -8,6 +8,14 @@ home.packages = with pkgs; [ binaryninja-free avalonia-ilspy - ghidra + (symlinkJoin { + name = "ghidra"; + paths = [ ghidra ]; + buildInputs = [ makeWrapper ]; + postBuild = '' + wrapProgram $out/bin/ghidra \ + --set _JAVA_AWT_WM_NONREPARENTING 1 + ''; + }) ]; } -- cgit v1.2.3