Corrected widevine call, has to stay outside of the users. branch
This commit is contained in:
@@ -1,13 +1,9 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
{ config, pkgs, ... }: {
|
||||
nixpkgs.config = { chromium = { enableWideVine = true; }; };
|
||||
users.users.user = {
|
||||
isNormalUser = true;
|
||||
description = "user";
|
||||
extraGroups = ["networkmanager" "wheel" "video" "libvirtd"];
|
||||
nixpkgs.config = {chromium = {enableWideVine = true;};};
|
||||
extraGroups = [ "networkmanager" "wheel" "video" "libvirtd" ];
|
||||
packages = with pkgs; [
|
||||
# stuff needed by neovim
|
||||
fzf
|
||||
|
||||
Reference in New Issue
Block a user