Install basic-environment via home-manager

This commit is contained in:
Tobias Happ 2019-10-04 18:02:39 +02:00 committed by Alexander Sosedkin
parent 104b7e5e3e
commit c3ca8c5420

View file

@ -3,6 +3,10 @@
{ pkgs, ... }: { pkgs, ... }:
let
nix-on-droid = import <nix-on-droid> { };
in
{ {
# Let Home Manager install and manage itself. # Let Home Manager install and manage itself.
programs.home-manager.enable = true; programs.home-manager.enable = true;
@ -22,10 +26,9 @@
# Simply install just the packages # Simply install just the packages
home.packages = with pkgs; [ home.packages = with pkgs; [
# Stuff that you really really want to have # 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 # 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 vim # or some other editor, e.g. nano or neovim
# Some common stuff that people expect to have # Some common stuff that people expect to have