mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-20 23:02:00 +00:00
Update cheatsheets
This commit is contained in:
17
home-manager
Normal file
17
home-manager
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
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`
|
||||
Reference in New Issue
Block a user