mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-26 07:53:01 +00:00
Update cheatsheets
This commit is contained in:
@@ -16,10 +16,6 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`home-manager switch`
|
||||
|
||||
- Build the configuration for testing without applying it:
|
||||
|
||||
`home-manager test`
|
||||
|
||||
- Roll back to a previous configuration generation:
|
||||
|
||||
`home-manager rollback`
|
||||
@@ -27,3 +23,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
- List all existing configuration generations:
|
||||
|
||||
`home-manager generations`
|
||||
|
||||
- When using flakes, run any operation that requires nix to run (build, switch, news) by passing the path to the flake:
|
||||
|
||||
`home-manager {{command}} --flake {{path/to/flake}}`
|
||||
|
||||
Reference in New Issue
Block a user