• 2 Posts
  • 535 Comments
Joined 3 years ago
cake
Cake day: June 12th, 2023

help-circle











  • It was either failing before grub or wasn’t in the list, I can’t remember now but I know rollbacks were not a possibility. If I remember correctly I had to reboot once after the install, then update, and then reboot once again to have the updated system boot.

    This issue can happen with any distro, though rare.

    I’ve used Linux for about 15 years, and that was the only time a fresh install crapped out on me.









  • It’s pretty fast, especially if you don’t get into flakes right away. You basically just install nix with a one liner -> install home-manager through nix -> start adding packages to list.

    Here’s a comment I made when I was starting out with basic instructions. Do note I’m now using this command for updates instead (updates hm, package definitions, and the packages themselves)

    cd ~/dotfiles/nix/ && nix flake update && nix-channel --update && home-manager switch --flake ~/dotfiles/nix/