we want DRM support
This commit is contained in:
parent
2f4dad8cc0
commit
5606603533
|
@ -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; [
|
||||
|
|
Loading…
Reference in a new issue