1
0
mirror of https://github.com/nix-community/home-manager synced 2024-07-06 21:33:28 +02:00
home-manager/docs/manual/usage/updating.md

13 lines
307 B
Markdown
Raw Normal View History

# Updating {#sec-updating}
If you have installed Home Manager using the Nix channel method then
updating Home Manager is done by first updating the channel. You can
then switch to the updated Home Manager environment.
``` console
$ nix-channel --update
unpacking channels...
$ home-manager switch
```