1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-01 04:23:34 +02:00

doc: clarify what is user environment

This commit is contained in:
Aleksey Kladov 2021-01-08 17:26:58 +03:00 committed by Robert Helgesson
parent cf5dad76c1
commit 32371301d3
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -3,8 +3,10 @@ Home Manager using Nix
This project provides a basic system for managing a user environment
using the [Nix][] package manager together with the Nix libraries
found in [Nixpkgs][]. Before attempting to use Home Manager please
read the warning below.
found in [Nixpkgs][]`. It allows declarative configuration of user
specific (non global) packages and dotfiles.
Before attempting to use Home Manager please read the warning below.
For a more systematic overview of Home Manager and its available
options, please see the [Home Manager manual][manual].