mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 22:55:52 +05:30
Maybe fixes some blender rendering?
This commit is contained in:
parent
bd23b3785b
commit
2c04bfca65
|
@ -79,7 +79,7 @@
|
|||
users.users.${userSettings.username} = {
|
||||
isNormalUser = true;
|
||||
description = userSettings.name;
|
||||
extraGroups = [ "networkmanager" "wheel" "input" "dialout" ];
|
||||
extraGroups = [ "networkmanager" "wheel" "input" "dialout" "video" "render" ];
|
||||
packages = [];
|
||||
uid = 1000;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue