diff --git a/default-configuration.nix b/default-configuration.nix index b5078f2..16c1113 100644 --- a/default-configuration.nix +++ b/default-configuration.nix @@ -187,7 +187,7 @@ users.users.jeremy = { isNormalUser = true; - extraGroups = [ "wheel" "docker" "wireshark" ]; # Enable sudo + extraGroups = [ "wheel" "docker" "wireshark" "adbusers"]; # Enable sudo shell = pkgs.bash; home = "/home/jeremy"; createHome = true; @@ -223,6 +223,9 @@ wireshark obs-studio slack + scrcpy # phone rdp + android-tools # phone rdp + wireguard-tools ]; };