feat: BluRay support

This commit is contained in:
2023-12-15 17:36:40 +01:00
parent 45c7278dab
commit fcd347aba5
2 changed files with 13 additions and 0 deletions

View File

@@ -25,3 +25,7 @@ nix build '.#homeConfigurations.theaninova.activationPackage'
```
After that reload the shell
### BluRays
Download the database from [here](http://fvonline-db.bplaced.net/) and place it in `~/.config/aacs/KEYDB.cfg`

View File

@@ -20,6 +20,15 @@ with pkgs; [
handbrake
metadata-cleaner
bitwarden
# BluRay support
# Also downlaod the latest version of the decryption keys
# http://fvonline-db.bplaced.net/
# and put them into ~/.config/aacs/KEYDB.cfg
(libbluray.override {
withAACS = true;
withJava = true;
withBDplus = true;
})
# chat apps
(import ./packages/threema-desktop.nix {inherit pkgs;})