Home Manager: Difference between revisions

From NixOS Wiki
imported>Krey
Created page with "[https://github.com/rycee/home-manager Home Manager] a basic system for managing a user environment using the Nix package manager together with the Nix libraries found in Nixp..."
 
imported>Krey
No edit summary
Line 1: Line 1:
[https://github.com/rycee/home-manager Home Manager] 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 [https://github.com/rycee/home-manager#words-of-warning please read the warning].
[https://github.com/rycee/home-manager Home Manager] 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 [https://github.com/rycee/home-manager#words-of-warning please read the warning].
== Configuration ==
Home Manager is configured in <code>~/.config/nixpkgs/home.nix</code>
=== Examples ===
* [https://github.com/yrashk/nix-home/blob/master/home.nix Yurii Rashkovskii's home.nix]

Revision as of 19:46, 13 January 2018

Home Manager 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.

Configuration

Home Manager is configured in ~/.config/nixpkgs/home.nix

Examples