From be3f6baa17a5127b2cb9255247044e7c2fb6db4c Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Thu, 19 Mar 2026 10:29:43 +0100 Subject: [PATCH] Home/Nixinator: Use ghidra option instead of package --- home/christoph/nixinator/default.nix | 2 +- system/nixinator/default.nix | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/home/christoph/nixinator/default.nix b/home/christoph/nixinator/default.nix index ddd1f445..e868bc16 100644 --- a/home/christoph/nixinator/default.nix +++ b/home/christoph/nixinator/default.nix @@ -121,7 +121,7 @@ # jetbrains.rider zed-editor vscode - ghidra # launch with _JAVA_AWT_WM_NONREPARENTING=1 + # ghidra # launch with _JAVA_AWT_WM_NONREPARENTING=1 (use programs.ghidra) # Unity Stuff # unityhub diff --git a/system/nixinator/default.nix b/system/nixinator/default.nix index 261be42f..07572857 100644 --- a/system/nixinator/default.nix +++ b/system/nixinator/default.nix @@ -197,6 +197,11 @@ enable = true; openFirewall = true; # Directly set port in firewall }; + + ghidra = { + enable = true; + gdb = true; + }; }; services = {