summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/common.nix b/modules/common.nix
index 1878909..bb7c65d 100644
--- a/modules/common.nix
+++ b/modules/common.nix
@@ -83,7 +83,7 @@
   ]) ++ (with unstablePkgs; [
     davinci-resolve muse-sounds-manager
   ]) ++ (with auxiliaryPkgs; [
-    ghidra
+    ghidra ngfx
   ]);
 
   environment.etc.openvpn.source = "${pkgs.update-resolv-conf}/libexec/openvpn";