summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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; [