mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-02 06:42:54 +00:00
18 lines
373 B
Plaintext
18 lines
373 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# home-manager
|
|
|
|
> Manage a user environment using Nix.
|
|
> More information: <https://github.com/rycee/home-manager>.
|
|
|
|
- Activate the configuration defined in `~/.config/nixpkgs/home.nix`:
|
|
|
|
`home-manager build`
|
|
|
|
- Activate the configuration and switch to it:
|
|
|
|
`home-manager switch`
|