diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 13402fc..829fbf4 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -20,7 +20,7 @@ users.users.${user} = { # System User isNormalUser = true; - extraGroups = [ "wheel" "video" "audio" "camera" "networkmanager" "lp" "kvm" "libvirtd" ]; + extraGroups = [ "wheel" "video" "audio" "camera" "networkmanager" "lp" "kvm" "libvirtd" "adb" ]; shell = pkgs.zsh; # Default shell uid = 2000; # initialPassword = "password95";