mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-05 23:32:48 +00:00
feat: BluRay support
This commit is contained in:
@@ -25,3 +25,7 @@ nix build '.#homeConfigurations.theaninova.activationPackage'
|
|||||||
```
|
```
|
||||||
|
|
||||||
After that reload the shell
|
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
|
handbrake
|
||||||
metadata-cleaner
|
metadata-cleaner
|
||||||
bitwarden
|
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
|
# chat apps
|
||||||
(import ./packages/threema-desktop.nix {inherit pkgs;})
|
(import ./packages/threema-desktop.nix {inherit pkgs;})
|
||||||
|
|||||||
Reference in New Issue
Block a user