Enable adb

This commit is contained in:
Michael Thomas 2021-08-22 13:07:17 -04:00
parent 023e4ff143
commit 3f45bb3645

View File

@ -76,6 +76,8 @@
# Enable touchpad support (enabled default in most desktopManager).
# services.xserver.libinput.enable = true;
programs.adb.enable = true;
programs.zsh.enable = true;
users.defaultUserShell = pkgs.zsh;