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.
This commit is contained in:
@@ -14,7 +14,8 @@ in
|
|||||||
home.packages = [
|
home.packages = [
|
||||||
# Communication apps
|
# Communication apps
|
||||||
pkgs.element-desktop
|
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
|
pkgs.nextcloud-talk-desktop
|
||||||
|
|
||||||
# For logging back into google chat
|
# For logging back into google chat
|
||||||
|
|||||||
@@ -15,8 +15,8 @@ in
|
|||||||
# Emulators
|
# Emulators
|
||||||
dolphin-emu
|
dolphin-emu
|
||||||
|
|
||||||
# Waiting for 25.11 where the binary build has been fixed
|
# Re-enabled in 25.11 after binary build was fixed
|
||||||
#dolphin-emu-primehack
|
dolphin-emu-primehack
|
||||||
|
|
||||||
# Experimenting with just using the steam version + downloading
|
# Experimenting with just using the steam version + downloading
|
||||||
# indiviudal cores
|
# indiviudal cores
|
||||||
|
|||||||
Reference in New Issue
Block a user