I am pretty new to Linux (a bit over a year) but to be fair, I haven’t really messed with it. Once set up, everything works, so I never really use the terminal. to me, it is just an OS, and i don’t mess under the hood with it.

I use Mint (Cinnamon) and I am pretty happy with it. My thoughts now are, with a new PC comming, if I should stick to Mint, or install an other distribution?

I use it mainly as a home desktop, but also do some image editing, video editing, learning CAD at the moment and of course a bit of gaming (through Steam)

Any advice is welcomed

  • sugar_in_your_tea@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    2
    ·
    15 hours ago

    Being able to roll back changes to the OS sounds great.

    I don’t know a ton about NixOS, but rolling back changes is getting more and more common. openSUSE distros enable snapper by default (btrfs snapshots and rollbacks), and you can get the same working w/ pretty much any distro, provided you use an FS that supports snapshots.

    I’m currently testing out openSUSE Aeon (very similar to Fedora’s Silverblue, Steam OS, or Bazzite), which has an immutable base and relies on flatpaks for all applications. So far it’s working pretty well, and it’s an interesting concept:

    • rolling base - always latest kernel and desktop environment, and you don’t need to worry about it
    • containerized applications - the version of each app doesn’t depend on the base os

    Maybe you’d like something similar?