mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
Install basic-environment via home-manager
This commit is contained in:
parent
104b7e5e3e
commit
c3ca8c5420
1 changed files with 5 additions and 2 deletions
|
|
@ -3,6 +3,10 @@
|
|||
|
||||
{ pkgs, ... }:
|
||||
|
||||
let
|
||||
nix-on-droid = import <nix-on-droid> { };
|
||||
in
|
||||
|
||||
{
|
||||
# Let Home Manager install and manage itself.
|
||||
programs.home-manager.enable = true;
|
||||
|
|
@ -22,10 +26,9 @@
|
|||
# Simply install just the packages
|
||||
home.packages = with pkgs; [
|
||||
# Stuff that you really really want to have
|
||||
nix cacert coreutils # think twice before removing these
|
||||
nix-on-droid.basic-environment # think twice before removing these
|
||||
|
||||
# User-facing stuff that you really really want to have
|
||||
bashInteractive # think twice before removing thes
|
||||
vim # or some other editor, e.g. nano or neovim
|
||||
|
||||
# Some common stuff that people expect to have
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue