Add adb
All checks were successful
Run nix flake check / flake-check (push) Successful in 2m8s
Periodic flake update / flake-update (push) Successful in 1m20s

This commit is contained in:
Torjus Håkestad 2024-12-20 14:55:39 +01:00
parent c8a72bd283
commit 42da556738
Signed by: torjus
SSH Key Fingerprint: SHA256:KjAds8wHfD2mBYK2H815s/+ABcSdcIHUndwHEdSxml4

View File

@ -3,6 +3,7 @@
{ {
programs.zsh.enable = true; programs.zsh.enable = true;
environment.shells = with pkgs; [ zsh ]; environment.shells = with pkgs; [ zsh ];
programs.adb.enable = true;
# Setup torjus user # Setup torjus user
users.users.torjus = { users.users.torjus = {
@ -20,6 +21,7 @@
"gamemode" "gamemode"
"libvirtd" "libvirtd"
"podman" "podman"
"adbusers"
]; ];
# Install some user packages # Install some user packages
packages = with pkgs; [ ]; packages = with pkgs; [ ];