Hey folks! I’m getting a fresh laptop for the first time in about a decade (Framework 16) in a couple of months and am looking forward to doing some low-level tinkering both on the OS and hardware. I’m planning to convert into a “cyberdeck” with quick-release hinges for the screen since I usually use an HMD, built-in breadboard, and other hardware hacking fun.

On the OS, I’m planning to try NixOS as a baremetal hypervisor (KVM/QEMU) and run my “primary” OSes in VMs with hardware passthrough. If perf is horrible, I’ll probably switch back to baremetal after a bit. But, I’m not likely going to be gaming on it so, I’m not likely to have much issue.

Once the hypervisor is working in a manner that I like, I should have an easy time backing up, rolling back, swapping out my “desktop” OS. I’ve been using Linux as my pretty much my only OS for over a decade (I use MacOS as a glorified SSH client for work). Most of my time has been on distros in the Debian or RHEL families (*buntu, Linux Mint, Crunchbang, CentOS, etc) and I pretty much live in the terminal these days.

With all of this said, I am coming to you folks for help. I would like you folks to share distros, desktop environments, window managers that you think I should give a try, or would like to inflict on me and what makes them noteworthy.

I can’t guarantee that I’ll get through suggestions, as my ADHD has been playing up lately, but I’ll give it an attempt. Seriously. If you want me to try Hannah Montana Linux, I’ll do it and report back on the experience.

EDIT: Thank you all for your fantastic suggestions. I’m going to start compiling them into a list this weekend.

  • mlg@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    10 months ago

    XFCE with Compiz as the compositor

    Or just straight Compiz

    Make sure you enable all the funny effects like the cube, cube animations, 3D windows, advanced window animations, transparency effects, sky box, etc.

    All easy to do with compiz config manager.

  • Bitflip@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    10 months ago

    Forget a DE, sounds like you need a WM. Definitely check out some tiling options like i3 or sway, especially since you spend so much time in the terminal.

  • Guenther_Amanita@feddit.de
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    10 months ago

    My #1 distro recommendation would be Fedora Atomic (immutable Fedora variants).

    It’s still a bit “underground” and hasn’t reached huge popularity yet, but I see its potential that it will very soon.

    I have ADHD too and Fedora Atomic is a lifesaver. Why?

    • You can “distrohop” anytime you want by rebasing. With that, you basically swap out the OS with something else (examples will follow), but keep your data and some settings. If you are on Fedora Workstation (Gnome) and want to have KDE, installing and removing those packages is a huge huge mess. On the OSTree variant, it’s just one command, 5 minutes of waiting, and bam, you have a clean install. I do that all the time.
    • Less bugs and better security by reproducibility. Every install is the same.
    • Very quick rollbacks if something did go wrong. You can’t brick your OS, which I did a lot before.
    • Huge choice. See at universal-blue.org , it provides vanilla images with some quality of life changes, as well as custom ones, including “unsupported” DEs and spins, e.g. a gaming distro. They aren’t forks per se, they are basically build scripts and maintain themselves, which is why they’re always up to date and way better than Nobara for example.
    • Distrobox pre-installed: you can just create an Arch container and use the AUR from it. So you don’t need to run (and troubleshoot) Arch on bare metal, but can comfortably benefit from all great things Arch provides
  • node815@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    For a totally different experience, and if you ever want to spin up a distro in a “container” there’s BlendOS https://blendos.co/

    I’m an Arch user so I’m sort of staying where I am but am always open to ideas, so I tried Blend a while back. As said on this page for the distro: https://itsfoss.com/immutable-linux-distros/

    “In other words, you can install any package on the distro (RPM, DEB, etc.) while getting the immutability and update reliability as one would expect.”

    That pretty much describes it and I recall, it did well. I also tried this one which is touted to be AI enhanced and feels more like they are making good progress: https://www.makululinux.com https://www.linuxinsider.com/story/new-makululinux-release-brings-ai-to-the-max-177104.html

    To get the AI to the max, you need to pay a fee, but It’s all in the name of supporting development.

    • octopus_ink@lemmy.ml
      link
      fedilink
      English
      arrow-up
      1
      ·
      10 months ago

      Wow, I don’t pay as much attention to developments in the space as I did a few years ago and I can see I should start to again. These are some pretty interesting distros you’ve linked.

    • callyral [he/they]@pawb.social
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      10 months ago

      i don’t think lemmy markdown supports tables, though it should

      edit: lemmy uses commonmark which doesn’t appear to support tables

  • Krafty Kactus@sopuli.xyz
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    1
    ·
    10 months ago

    I’m really looking forward to Plasma 6 and Cinnamon just had a pretty good release do there’s a couple for you :)

      • Krafty Kactus@sopuli.xyz
        link
        fedilink
        English
        arrow-up
        0
        arrow-down
        1
        ·
        10 months ago

        There’s not really anything specific but it’ll be the first time I experience a full plasma upgrade since I started using Linux in 2022. From what I’ve seen of it, the interface is going to be a lot cleaner though so I guess I’m looking forward to that.

  • Ramin Honary@lemmy.ml
    link
    fedilink
    English
    arrow-up
    0
    ·
    10 months ago

    Must try distros: Fedora, Mint, Void. But seriously, if you are using Nix to begin with, why use anything else? Nix is as good as it gets. If you really want to do a combo, I would recommend Fedora or Mint using Nix as just the package manager and not the hypervisor. All distros are basically the same nowadays.

    Must try desktop environments: Xfce, Cinnamon, Gnome, KDE Plasma

      • Ramin Honary@lemmy.ml
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        10 months ago

        In short: Nix tracks all installable software and dependencies using a Merkel tree data structure to ensure fully reproducible builds of software. This Merkel tree also provides properties similar to that of a C.O.W. filesystem where you can snapshot and rollback system software build configurations in O(1) time, it just rewrites a fixed number of symbolic links to the root of the desired Merkel tree. In my opinion, it is the most technologically advanced package manager currently in existence.

        Every input that goes into building a piece of software on Nix OS (or in the Nix package manager in general) is hashed and placed into a database on the system. These hash IDs become dependencies for everything they are used to build. By tracing the chain of hash IDs you can guarantee that every single bit that goes into the build of the system software is accounted for. If two separate computers with the same ISA are running the same tree of packages verifiable by their hash IDs, you are guaranteed that both computers are running the exact same software. All dynamic libraries, shared libraries, executable files, and even the config files in the package database refer only to other files in the database.

        When you use Nix OS, not just the package manager, the C compiler, boot loader, and kernel are themselves build inputs. You can even roll back to a snapshot of a working system from the bootloader menu if you accidentally break your system (as long as the package database is not corrupted).

        Finally, the system itself is both built and configured using a declarative programming language. So you install software by declaring that it should exist, and the package manager computes precisely which dependencies must be installed to realize what it is you have declared in the system configuration files. Making a change to what is installed requires simply altering the lines of code in the system configuration file. You can also use these configuration files to easily construct Docker images or Flatpacks.

    • Arksarius@feddit.de
      link
      fedilink
      arrow-up
      0
      ·
      10 months ago

      I cant really understand how people are still recommending Manjaro, just get Arch pure or EndeavourOS. Its more up to date and has fewer package conflicts and inconsistencies because they arent arbitrarily held back. Also doesnt ddos aur. It even has a guided graphical installer. Additionally if you need some GUI to manage your packages then just install pamac to get the same one as in manjaro or use pacseek.

      • maness300@lemmy.world
        link
        fedilink
        arrow-up
        0
        arrow-down
        2
        ·
        edit-2
        10 months ago

        That’s nice.

        The fact that you think Arch is a better replacement for Manjaro tells me that your opinion is not worth considering.

        • Arksarius@feddit.de
          link
          fedilink
          arrow-up
          0
          ·
          10 months ago

          Manjaro is Arch in a trenchcoat and on crutches lagging two weeks behind with its packages. Holding them back doesnt provide any additional stability and on the contrary has repeatedly caused conflicts. They simply dont have the capacity to check all the packages so its pretty much useless to prevent timely updates. The only difference between then is that manjaro has a few more preinstalled Apps and pamac. And EndeavourOS covers that, its a kind of Arch for beginners, easy install, and lots of Software preinstallable.

          • maness300@lemmy.world
            link
            fedilink
            arrow-up
            5
            arrow-down
            2
            ·
            edit-2
            10 months ago

            Ok.

            It’s always sad seeing you people get up in arms just to hate on manjaro. It’s like you feel it’s your duty to enter into an argument whenever someone mentions something good about Manjaro.

            I think it’s tribalism at play.