From 2d93311c4f3f300154d2085e4b4b1d550237da92 Mon Sep 17 00:00:00 2001 From: Phani Rithvij Date: Thu, 14 Mar 2024 22:07:11 +0530 Subject: [PATCH] add a few more useful commands for easier onboarding --- modules/environment/login/nix-on-droid.nix.default | 2 ++ templates/advanced/nix-on-droid.nix | 2 ++ templates/home-manager/nix-on-droid.nix | 2 ++ templates/minimal/nix-on-droid.nix | 2 ++ 4 files changed, 8 insertions(+) diff --git a/modules/environment/login/nix-on-droid.nix.default b/modules/environment/login/nix-on-droid.nix.default index ecccdf6..4514f30 100644 --- a/modules/environment/login/nix-on-droid.nix.default +++ b/modules/environment/login/nix-on-droid.nix.default @@ -7,6 +7,8 @@ vim # or some other editor, e.g. nano or neovim # Some common stuff that people expect to have + #procps + #killall #diffutils #findutils #utillinux diff --git a/templates/advanced/nix-on-droid.nix b/templates/advanced/nix-on-droid.nix index 1591d51..fab9a35 100644 --- a/templates/advanced/nix-on-droid.nix +++ b/templates/advanced/nix-on-droid.nix @@ -7,6 +7,8 @@ vim # or some other editor, e.g. nano or neovim # Some common stuff that people expect to have + #procps + #killall #diffutils #findutils #utillinux diff --git a/templates/home-manager/nix-on-droid.nix b/templates/home-manager/nix-on-droid.nix index 7a53b8e..c1706ff 100644 --- a/templates/home-manager/nix-on-droid.nix +++ b/templates/home-manager/nix-on-droid.nix @@ -7,6 +7,8 @@ vim # or some other editor, e.g. nano or neovim # Some common stuff that people expect to have + #procps + #killall #diffutils #findutils #utillinux diff --git a/templates/minimal/nix-on-droid.nix b/templates/minimal/nix-on-droid.nix index c1bcd1f..c5d50d8 100644 --- a/templates/minimal/nix-on-droid.nix +++ b/templates/minimal/nix-on-droid.nix @@ -7,6 +7,8 @@ vim # or some other editor, e.g. nano or neovim # Some common stuff that people expect to have + #procps + #killall #diffutils #findutils #utillinux