Add basic necessities to nix-on-droid
This commit is contained in:
parent
44a4ac95a9
commit
50eacc53ee
2 changed files with 20 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ inputs, system, secrets, pkgs, ... }: {
|
{ inputs, pkgs, ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
./environment.nix
|
./environment.nix
|
||||||
|
|
||||||
|
|
|
@ -8,6 +8,25 @@
|
||||||
wget
|
wget
|
||||||
curl
|
curl
|
||||||
neovim
|
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
|
# Nix tools
|
||||||
nvd
|
nvd
|
||||||
# VCS
|
# VCS
|
||||||
|
|
Loading…
Reference in a new issue