diff --git a/modules/users.nix b/modules/users.nix index 1ace265..fbc3880 100644 --- a/modules/users.nix +++ b/modules/users.nix @@ -19,8 +19,10 @@ in isNormalUser = true; shell = pkgs.zsh; extraGroups = groupsIfExist [ + "audio" # sound control "media" # access to media files "plugdev" # usage of ZSA keyboard tools + "video" # screen control "wheel" # `sudo` for the user. ]; openssh.authorizedKeys.keys = with builtins; let