2023-11-19 08:20:58 +01:00
|
|
|
# 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.
|
|
|
|
|
2023-12-02 01:19:09 +01:00
|
|
|
``` shell
|
2023-11-19 08:20:58 +01:00
|
|
|
$ nix-channel --update
|
|
|
|
…
|
|
|
|
unpacking channels...
|
|
|
|
$ home-manager switch
|
|
|
|
```
|