Add basic necessities to nix-on-droid

This commit is contained in:
Tyler Beckman 2024-12-21 22:43:29 -07:00
parent 44a4ac95a9
commit 50eacc53ee
Signed by: Ty
GPG key ID: 2813440C772555A4
2 changed files with 20 additions and 1 deletions

View file

@ -1,4 +1,4 @@
{ inputs, system, secrets, pkgs, ... }: {
{ inputs, pkgs, ... }: {
imports = [
./environment.nix

View file

@ -8,6 +8,25 @@
wget
curl
neovim
# Basic necessities copied from https://github.com/nix-community/nix-on-droid/blob/5d88ff2519e4952f8d22472b52c531bb5f1635fc/templates/home-manager/nix-on-droid.nix#L9C1-L26C11
procps
killall
diffutils
findutils
utillinux
tzdata
hostname
man
gnugrep
gnupg
gnused
gnutar
bzip2
gzip
xz
zip
unzip
# Nix tools
nvd
# VCS