diff --git a/nixos/graphical.nix b/nixos/graphical.nix index 46859d5a..30bd5f49 100644 --- a/nixos/graphical.nix +++ b/nixos/graphical.nix @@ -99,7 +99,7 @@ in users.users.xenia = { isNormalUser = true; - extraGroups = [ "wheel" "docker" ]; + extraGroups = [ "wheel" "docker" "dialout" "input" ]; shell = pkgs.zsh; uid = 1002; };