Corrected widevine call, has to stay outside of the users. branch
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user