{ pkgs, ... }: { # packages needed for decrypting DVDs with handbrake environment.systemPackages = with pkgs; [ libdvdcss handbrake ]; }