summary refs log tree commit diff
path: root/modules/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/common.nix')
-rw-r--r--modules/common.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/common.nix b/modules/common.nix
index 28129db..8889b4f 100644
--- a/modules/common.nix
+++ b/modules/common.nix
@@ -80,7 +80,7 @@
     gnupg pinentry-gnome3 age agenix minisign openssl cryptsetup pamtester
     inetutils pciutils usbutils lshw lsof inxi iw pmutils acpi acpid
     minicom miniserve netcat-gnu socat tcpdump nmap iftop iperf mtr arp-scan ethtool
-    sysprof wireshark mitmproxy hardinfo remmina
+    sysprof wireshark mitmproxy hardinfo2 remmina
     vlc celluloid foliate calibre
     yt-dlp ffmpeg_7-full handbrake mpv helvum
     gimp krita aseprite rnote fontforge-gtk
@@ -120,7 +120,9 @@
 
     man-pages man-pages-posix
   ]) ++ (with auxiliaryPkgs; [
-    ghidra ngfx retroarch wine
+    # TODO: need fixes for 25.05
+    # ghidra retroarch wine
+    ngfx
   ]);
 
   environment.etc.openvpn.source = "${pkgs.update-resolv-conf}/libexec/openvpn";