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;