- cross-posted to:
- linux@lemmy.world
- cross-posted to:
- linux@lemmy.world
Seems like this distro is getting a lot of traction recently. Has anyone tried it? Is it any good?
Seems like this distro is getting a lot of traction recently. Has anyone tried it? Is it any good?
Is it a big learning curve? Is this the emacs equivalent of OS configuration/installation?
edit: another question - Could I play around with it by installing in qemu and if I like that, take my configuration.nix from qemu and install it as my main OS?
I’d say it’s a pretty steep curve unfortunately, and nixOS is also not perfect, mind you
/nix
. Packages installed with nix are patched to work that way, but things not installed with it might not run out of the boxAs for trying it out, yeah copying the config from the vm should work (except for maybe some hardware-specific stuff). remember to backup your stuff just in case lol
Absolutely. That’s how I got started ;)
If you install Nix (the package manager) on your current system, you can actually directly build a vm from a config file via
nixos-rebuild build-vm
.