From 83fd1baacacf9827446dfe0f7ae2a6c5561634dd Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Tue, 30 Dec 2025 16:47:14 -0500 Subject: [PATCH] VLC needs Java for Blu-ray menus --- modules/hosts/nixos/bigboy/default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/modules/hosts/nixos/bigboy/default.nix b/modules/hosts/nixos/bigboy/default.nix index 0d383c1..9556bf2 100644 --- a/modules/hosts/nixos/bigboy/default.nix +++ b/modules/hosts/nixos/bigboy/default.nix @@ -3,6 +3,7 @@ libbluray = pkgs.libbluray.override { withAACS = true; withBDplus = true; + withJava = true; }; vlc-with-decoding = pkgs.vlc.override { inherit libbluray; }; in @@ -56,6 +57,13 @@ firefox.enable = true; + java = { + enable = true; # Needed for some Blu-ray disk menus + package = pkgs.jdk17; + }; + + kdeconnect.enable = true; + ssh.askPassword = "ssh-askpass"; # common programs that really should be in another file