cross-posted from: https://discuss.online/post/42673820

Looking for suggestions besides Kubuntu, KDE Neon, Debian, Arch Linux, or Kali.

Would be on a modest Dell Latitude with i5, 14" 1080p display with intel graphics, and maybe 16gb ram. I have previous experience with XFCE, Ratpoison, Openbox, KDE Plasma. Recently started trying out LXQT.

  • GunnarGrop@lemmy.ml
    link
    fedilink
    arrow-up
    6
    ·
    2 days ago

    NixOS and Guix System! I’m currently using Guix System + Nix (via home-manager, mostly) but you can also do it the other way around.

    NixOS uses systemd, but Guix System does not. They are both awesome though. Absolutely my favourite distros. Incredibility flexible, and reproducibility and “declarativeness” are core concepts. The only negative is that they both have quite a steep learning curve, compared to other distros.

    • buran@lemmy.today
      link
      fedilink
      arrow-up
      1
      ·
      21 hours ago

      I wanna use Guix but I worry about hardware compatibility, when I tried to run it the installer said my hardware wasn’t 100% compatible and recommended me not to continue.

      • GunnarGrop@lemmy.ml
        link
        fedilink
        arrow-up
        2
        ·
        7 hours ago

        Yeah, “unfortunately” since Guix is a GNU project, they don’t package the upstream Linux kernel, just linux-libre, which removes a lot of binary blobs. Great if you want a fully free OS, not so great if you need drivers only available in the mainline kernel.

        The practical solution to this is to use the channel nonguix, which packages mainline Linux for Guix. You can follow the instructions for nonguix to create a guix ISO with the regular Linux kernel, then make sure your installed system uses that same kernel.

        It’s not hard to do, but if one doesn’t have the inclination I’d just recommended using NixOS. :-)

        • buran@lemmy.today
          link
          fedilink
          English
          arrow-up
          1
          ·
          1 hour ago

          Right now and using NixOS and I’m pretty happy with it, it suffers from There’s More Than One Way To Do It and there are so many options that do the same and the documentation isn’t great.

          When I finally made my base flake.nix, easy peasy! But the difficulty curve is pretty steep.

      • bradboimler@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        16 hours ago

        If you’re new I suggest not using flakes. You can always switch to them when you learn how to maintain NixOS.

        • kiol@discuss.onlineOP
          link
          fedilink
          arrow-up
          1
          ·
          16 hours ago

          I’ve played with Nix twice over a week each time. I’m not afraid at all, but I suppose at this point I’ll decide which distro by dice roll.

      • GunnarGrop@lemmy.ml
        link
        fedilink
        arrow-up
        2
        ·
        2 days ago

        Yeah, it’s been an ongoing debate whether the old Nix style or the newer Flakes are a better approach. I don’t really know that much about it, but thus far I definitely like using Flakes more

          • GunnarGrop@lemmy.ml
            link
            fedilink
            arrow-up
            2
            ·
            2 days ago

            No no, Nix has two ways of handling configurations, where Flakes are the new style, but still experimental. Guix just have one way of handling configurations.