Open coder13 opened 3 years ago
Inspiration: https://jdisaacs.com/blog/nixos-config/
Note:
homeManagerConfigurations = {
jd = user.mkHMUser {
# ...
};
};
nixosConfigurations = {
laptop = host.mkHost {
# ...
};
};
Starting with hosts for