summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authorMel <einebeere@gmail.com>2024-10-17 21:44:02 +0200
committerMel <einebeere@gmail.com>2024-10-17 21:44:02 +0200
commite4941c5118f52072f8d984a1afbe44a7bd94fb56 (patch)
treeca239f01654581b1e744229ac97bf067bed83455 /modules
parentef6a9d75aaa6a7a8cf455f5f63fa0d58aabfb433 (diff)
downloadminerals-e4941c5118f52072f8d984a1afbe44a7bd94fb56.tar.zst
minerals-e4941c5118f52072f8d984a1afbe44a7bd94fb56.zip
NVIDIA Nsight Graphics launch wrapper and desktop file
Signed-off-by: Mel <einebeere@gmail.com>
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";