From 3f45bb3645dd479f93872b066817ec48186194d9 Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Sun, 22 Aug 2021 13:07:17 -0400 Subject: [PATCH] Enable adb --- machines/loft/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/machines/loft/configuration.nix b/machines/loft/configuration.nix index 863c546..90ee687 100644 --- a/machines/loft/configuration.nix +++ b/machines/loft/configuration.nix @@ -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;