1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 00:42:08 +02:00

home-manager: remove test, add --flake example (#15975)

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
axel simon 2025-03-20 05:14:23 +00:00 committed by GitHub
parent 33191c4c67
commit bb3bf84623
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,10 +11,6 @@
`home-manager switch`
- Build the configuration for testing without applying it:
`home-manager test`
- Roll back to a previous configuration generation:
`home-manager rollback`
@ -22,3 +18,7 @@
- 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}}`