diff options
| author | Mel <mel@rnrd.eu> | 2025-06-10 16:40:55 +0200 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2025-06-10 16:40:55 +0200 |
| commit | 015cf174aeb0436fece18112bea095ea6cc2100b (patch) | |
| tree | 27dba19780c3cadb6e5ac567ac8e316a5a1b5d6e | |
| parent | e5ed1cf72b5719e22765dbdc50b015b104fe9c3d (diff) | |
| download | minerals-015cf174aeb0436fece18112bea095ea6cc2100b.tar.zst minerals-015cf174aeb0436fece18112bea095ea6cc2100b.zip | |
Switch and disable broken packages for 25.05
Signed-off-by: Mel <mel@rnrd.eu>
| -rw-r--r-- | modules/common.nix | 6 | ||||
| -rw-r--r-- | modules/hardware-keys.nix | 2 |
2 files changed, 5 insertions, 3 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"; diff --git a/modules/hardware-keys.nix b/modules/hardware-keys.nix index f101964..13175dc 100644 --- a/modules/hardware-keys.nix +++ b/modules/hardware-keys.nix @@ -27,7 +27,7 @@ environment.systemPackages = with pkgs; [ yubikey-manager - yubikey-manager-qt + yubioath-flutter yubikey-personalization yubikey-personalization-gui yubikey-touch-detector # install icon |
