Skip to content

Commit

Permalink
feat(rin): Set up services for android dev
Browse files Browse the repository at this point in the history
  • Loading branch information
tlater-famedly committed Dec 16, 2024
1 parent 60aa38e commit 1fd3b5b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nixos-config/hosts/rin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,7 @@
users.users.tlater.extraGroups = [ "docker" ];
# Install rustup system-wide for convenience
environment.systemPackages = [ pkgs.rustup ];

programs.adb.enable = true;
programs.nix-ld.enable = true;
}

0 comments on commit 1fd3b5b

Please sign in to comment.