From 560660353312669a3f8004ec2926744ea814b693 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sun, 26 May 2024 22:55:46 +0200 Subject: we want DRM support --- common.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'common.nix') diff --git a/common.nix b/common.nix index 0cf8429..fedcc6e 100644 --- a/common.nix +++ b/common.nix @@ -263,9 +263,12 @@ in # use global pkgs home-manager.useGlobalPkgs = true; - # Allow unfree packages + # allow unfree packages nixpkgs.config.allowUnfree = true; + # we want DRM support + nixpkgs.config.chromium.enableWideVine = true; + # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [ -- cgit v1.2.3