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} = {
|
users.users.${userSettings.username} = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = userSettings.name;
|
description = userSettings.name;
|
||||||
extraGroups = [ "networkmanager" "wheel" "input" "dialout" ];
|
extraGroups = [ "networkmanager" "wheel" "input" "dialout" "video" "render" ];
|
||||||
packages = [];
|
packages = [];
|
||||||
uid = 1000;
|
uid = 1000;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue