<benkolera>
o1lo01ol1o did you do the nix channel add and.update as root? It's a common mistake to add it to your user instead. Run `sudo nix-channel --list` to check. If you don't find home-manager in that list, rerun the channel add and update under Sudo.
<benkolera>
It does mean that you can update one and forget to update the other, but it just feels nice to have one less channel in the mix having that little bit more reproducability to your conf.
<o1lo01ol1o>
benkolera: yeah, actually, that's super helpful to see, thanks! I hadn't tracked down a good way to import configuration from github.
<benkolera>
To set that up, it's a `niv init && niv add rycee/home-manager`
<benkolera>
then to update home manager and all your other niv managed things, `niv update`. Pretty handy because you tend to acquire a lot of overrides and extra deps over the course of your confs.
<benkolera>
You can do things a lot more manually with just raw fetchgit / fetchFromGitHub s , but niv glosses over having to manage all that.
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #home-manager
o1lo01ol1o has quit [Remote host closed the connection]