update android

This commit is contained in:
Michael Thomson 2025-04-17 20:31:30 -04:00
parent 79c25224b1
commit 2094558e7b
2 changed files with 8 additions and 7 deletions

View File

@ -5,13 +5,14 @@
environment.packages = with pkgs; [ environment.packages = with pkgs; [
# User-facing stuff that you really really want to have # User-facing stuff that you really really want to have
vim # or some other editor, e.g. nano or neovim vim # or some other editor, e.g. nano or neovim
emacs
git git
openssh openssh
which which
nettools
# Some common stuff that people expect to have # Some common stuff that people expect to have
iproute2
procps procps
killall killall
diffutils diffutils

View File

@ -6,13 +6,13 @@
# insert home-manager config # insert home-manager config
imports = [ imports = [
../../modules/home-manager/nixvim ../../modules/home-manager/nixvim.nix
../../modules/home-manager/emacs ../../modules/home-manager/zsh.nix
../../modules/home-manager/zsh ../../modules/home-manager/git.nix
../../modules/home-manager/git ../../modules/home-manager/tmux.nix
../../modules/home-manager/tmux
../../modules/home-manager/bitwarden.nix ../../modules/home-manager/bitwarden.nix
../../modules/home-manager/kubernetes.nix ../../modules/home-manager/kubernetes.nix
../../modules/home-manager/email ../../modules/home-manager/email.nix
../../modules/home-manager/emacs
]; ];
} }