From d53286e04c7fb2976cf2a96ebc07ea6f14edc176 Mon Sep 17 00:00:00 2001 From: John Ogle Date: Thu, 4 Dec 2025 21:22:41 -0800 Subject: [PATCH] Re-enable packages after NixOS 25.11 upgrade Re-enable dolphin-emu-primehack now that binary build is fixed in 25.11. Re-enable fluffychat as security issues have been resolved in nixpkgs 25.11. Both packages verified to build and function correctly. --- home/roles/communication/default.nix | 3 ++- roles/desktop/gaming.nix | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/home/roles/communication/default.nix b/home/roles/communication/default.nix index e52bc88..59bcac6 100644 --- a/home/roles/communication/default.nix +++ b/home/roles/communication/default.nix @@ -14,7 +14,8 @@ in home.packages = [ # Communication apps pkgs.element-desktop - #pkgs.fluffychat #marked insecure as of nixos 25.05 + # Re-enabled in 25.11 after security issues were resolved + pkgs.fluffychat pkgs.nextcloud-talk-desktop # For logging back into google chat diff --git a/roles/desktop/gaming.nix b/roles/desktop/gaming.nix index 89ff26c..8a642af 100644 --- a/roles/desktop/gaming.nix +++ b/roles/desktop/gaming.nix @@ -15,8 +15,8 @@ in # Emulators dolphin-emu - # Waiting for 25.11 where the binary build has been fixed - #dolphin-emu-primehack + # Re-enabled in 25.11 after binary build was fixed + dolphin-emu-primehack # Experimenting with just using the steam version + downloading # indiviudal cores