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; [