summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2024-05-26 22:55:46 +0200
committerChristoph Cullmann <cullmann@kde.org>2024-05-26 22:55:46 +0200
commit560660353312669a3f8004ec2926744ea814b693 (patch)
treea2b238043103b25e0fc7edda5e9eaeefc46c4086
parent2f4dad8cc0c63306273b65add2a8f8e22fba96fb (diff)
we want DRM support
-rw-r--r--common.nix5
1 files changed, 4 insertions, 1 deletions
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; [