diff options
Diffstat (limited to 'os/core/users.nix')
| -rw-r--r-- | os/core/users.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/core/users.nix b/os/core/users.nix index 03eff8a..86c015c 100644 --- a/os/core/users.nix +++ b/os/core/users.nix @@ -23,7 +23,7 @@ in extraGroups = lib.mkMerge [ [ "wheel" ] - (lib.mkIf (config.os.core.drivers.amd.enable or false) [ + (lib.mkIf (config.os.core.drivers.graphics.enable or false) [ "video" "render" ]) |
