Install basic-environment via home-manager

This commit is contained in:
Tobias Happ 2019-10-04 18:02:39 +02:00
parent 73175c8190
commit b4b705c416

View file

@ -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