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 ]; }