VLC needs Java for Blu-ray menus

This commit is contained in:
Gene Liverman 2025-12-30 16:47:14 -05:00
parent 4cf44e6978
commit 83fd1baaca

View file

@ -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