we want DRM support

This commit is contained in:
Christoph Cullmann 2024-05-26 22:55:46 +02:00
parent 2f4dad8cc0
commit 5606603533

View file

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