this post was submitted on 06 Dec 2024
74 points (95.1% liked)
Linux
5479 readers
402 users here now
A community for everything relating to the linux operating system
Also check out !linux_memes@programming.dev
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Not anymore if you run an immutable system
Lol on nixos I've broken my gui twice so far. Keeping old configurations is nice but I learned the hard way that I should have been keeping copies of my configuration.nix
I haven't tried any ostree based distros yet.
You can always break your GUI yourself, but I was talking about updates breaking it.
Ah yes that makes sense. I was changing things in the name of "upgrades", not updates after all.
Use git if you're not already and you can easily roll back and forward and have feature branches for experimental stuff.