Skip to main content


Ok, I think I'll give up trying to wrap my head around #nixos. I still think it's an great idea to have a fully declarative OS where you set up everything in code. However, the non-default file structure make it hard to run software that assumes a POSIX filesystem. Also I never really got a proper grasp of the Nix language and documentation is sparse.

So, I'm ready to try something new. Currently #Fedora Sericea, Fedora Silverblue, #OpenSUSE MicroOS or #EndlessOS are on my distrohopping candidates list as I want to try what the immutable OS buzz is all about....

Any suggestions where to start?

in reply to Beni Grind ~HB9HNT

Sericea is just the immutable Sway spin. Installation may be different than with the regular Sway spin and after that you may deal with the differences that are innate to a distro using rpm-ostree. But otherwise it's the same as using the Fedora Sway spin.
in reply to Beni Grind ~HB9HNT

opensuse aeon with gnome is currently in beta stage but works pretty good
This entry was edited (6 months ago)
in reply to Beni Grind ~HB9HNT

btw there is a Kalpa also, with KDE on board but it's in alpha stage
This entry was edited (6 months ago)
in reply to Beni Grind ~HB9HNT

I think taking Fedora Silverblue or Sericea is an excellent choice to take for a spin. I've been running the KDE flavor called Kinoite and found it solid. I did however find myself running a lot of stuff out of distrobox to fill in some gaps.
in reply to Beni Grind ~HB9HNT

Silverblue and Kionite are quite nice. It's what I install for friends.
in reply to C.B.Leslie

@C.B.Leslie I have NixOS running and the system configuration flake mostly written. However, after half a year I'm starting to think I just don't have the intelligence or determination to learn and grasp Nix. My TODO list is just too long for more NixOS - for now....
in reply to C.B.Leslie

@C.B.Leslie I guess I'm just not ready for a OS that requires me to have a mental model of the OS. Basically what I'm after is a OS where I'm able to describe the OS declaratively using code.
in reply to Beni Grind ~HB9HNT

well nixos is that. But you need to understand the technical differences. For example, how the store works.

NixOS is actually pretty un-complex.
https://nixos.org/guides/how-nix-works#:~:text=How%20NixOS%20works%3F&text=By%20building%20entire%20system%20configurations,%2Fusr%2C%20and%20so%20on.

Then I would take some time as to learn how basic derivation are made, and imported.

in reply to C.B.Leslie

@C.B.Leslie as I said, I don't think the problem is NixOS. I'm sure it's me, but if I spent half a year with a OS and language, read most of the doku available online, wrote some simple derivations and still don't feel like I understand how it works, it's not for me. I might eventually come back and try again. For now I don't have the dedication to continue learning Nix. I'm not even at the point where I how the canonical way to manage secrets works.