mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-11 02:56:27 +00:00
feat: BluRay support
This commit is contained in:
@@ -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`
|
||||
|
||||
@@ -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;})
|
||||
|
||||
Reference in New Issue
Block a user