From 2094558e7ba4f08608f6a1a7b322cc4e8c190f69 Mon Sep 17 00:00:00 2001 From: Michael Thomson Date: Thu, 17 Apr 2025 20:31:30 -0400 Subject: [PATCH] update android --- hosts/android/configuration.nix | 3 ++- hosts/android/home.nix | 12 ++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/hosts/android/configuration.nix b/hosts/android/configuration.nix index 9337345..6bf82ae 100644 --- a/hosts/android/configuration.nix +++ b/hosts/android/configuration.nix @@ -5,13 +5,14 @@ environment.packages = with pkgs; [ # User-facing stuff that you really really want to have vim # or some other editor, e.g. nano or neovim - emacs git openssh which + nettools # Some common stuff that people expect to have + iproute2 procps killall diffutils diff --git a/hosts/android/home.nix b/hosts/android/home.nix index e2465ac..285b1b2 100644 --- a/hosts/android/home.nix +++ b/hosts/android/home.nix @@ -6,13 +6,13 @@ # insert home-manager config imports = [ - ../../modules/home-manager/nixvim - ../../modules/home-manager/emacs - ../../modules/home-manager/zsh - ../../modules/home-manager/git - ../../modules/home-manager/tmux + ../../modules/home-manager/nixvim.nix + ../../modules/home-manager/zsh.nix + ../../modules/home-manager/git.nix + ../../modules/home-manager/tmux.nix ../../modules/home-manager/bitwarden.nix ../../modules/home-manager/kubernetes.nix - ../../modules/home-manager/email + ../../modules/home-manager/email.nix + ../../modules/home-manager/emacs ]; }