Page 1 of 1

NixOS

Posted: Tue Aug 12, 2025 5:18 pm
by Fireye
I'm currently taking the effort to port my entire operating system from arch to nixos, as declarative system config is incredibly appealing to me, however the learning curve is completely bonkers lmao.

Right now I've gotten past bootloader config problems (which wasn't exactly nix's fault; I just wasn't totally familiar with nix scripting so my debugging efforts were moderately kneecapped), nix flakes (goddamn those took a while to wrap my brain around), and now I'm going to dive into home manager and try to transfer over all of my dotfiles from arch.

Any nix users here that can offer any advice, do's, don't's, etc...?

Re: NixOS

Posted: Tue Aug 12, 2025 7:44 pm
by TeaInTheMorning
Fireye wrote: Tue Aug 12, 2025 5:18 pm I'm currently taking the effort to port my entire operating system from arch to nixos, as declarative system config is incredibly appealing to me, however the learning curve is completely bonkers lmao.

Right now I've gotten past bootloader config problems (which wasn't exactly nix's fault; I just wasn't totally familiar with nix scripting so my debugging efforts were moderately kneecapped), nix flakes (goddamn those took a while to wrap my brain around), and now I'm going to dive into home manager and try to transfer over all of my dotfiles from arch.

Any nix users here that can offer any advice, do's, don't's, etc...?
Not a nix user but here to wish you luck!!!
Hope it goes well :3c

Re: NixOS

Posted: Tue Aug 12, 2025 10:14 pm
by Crazyroostereye
I used NixOS for a while, last year. It is tho quite the Difficult thing to rap your head around. As you always need to do it the Nix way. Which is helpful, having your system easily configured. But also relearning everything. I failed at understanding it enough for my needs, and returned to Arch. But maybe someday I have the courage to retry it.

But I know you have more of a Developer background, maybe it is a bit easier for you. I am excited to hear about your Journey.