mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
VLC needs Java for Blu-ray menus
This commit is contained in:
parent
4cf44e6978
commit
83fd1baaca
1 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue