Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-21 00:18:36 +00:00
parent dc2926f45e
commit 374b6c8d34
4 changed files with 27 additions and 6 deletions

View File

@@ -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}}`