nixos/scripts/add-home-manager.-channel.sh

4 lines
134 B
Bash

nix-channel --add https://github.com/nix-community/home-manager/archive/release-21.05.tar.gz home-manager
nix-channel --update
reboot