Corrected widevine call, has to stay outside of the users. branch

This commit is contained in:
2025-06-29 15:05:48 +03:00
parent 3d51ed4106
commit d33d9f0f1c

View File

@@ -1,13 +1,9 @@
{ { config, pkgs, ... }: {
config, nixpkgs.config = { chromium = { enableWideVine = true; }; };
pkgs,
...
}: {
users.users.user = { users.users.user = {
isNormalUser = true; isNormalUser = true;
description = "user"; description = "user";
extraGroups = ["networkmanager" "wheel" "video" "libvirtd"]; extraGroups = [ "networkmanager" "wheel" "video" "libvirtd" ];
nixpkgs.config = {chromium = {enableWideVine = true;};};
packages = with pkgs; [ packages = with pkgs; [
# stuff needed by neovim # stuff needed by neovim
fzf fzf