• @[email protected]
      link
      fedilink
      English
      653 days ago

      What’s funny to me here is that, as a long time Arch user, I have been considering switching to NixOS. One of the most terrifying thoughts to me is that after using the same Arch install for 2 years I will spend ages trying to recreate it if I ever have to. Oh, that and Nix letting you test packages seems like a cool feature.

      • @[email protected]
        link
        fedilink
        12 days ago

        I was in the same boat two years ago.

        What I did is that I’ve setup a VM with NixOS in it to play with, learn the language and tweak the configuration file.

        The great thing about NixOS is that once I was feeling confident enough to switch I installed NixOS on bare metal, loaded the configuration file I prepared in the VM and I instantly had everything installed and running. (Except for the NVidia drivers, fuck nvidia)

        Since then I’ve stayed in nixos and I’m not looking back.

      • AugustWest
        link
        fedilink
        English
        43 days ago

        I am about to switch away from arch that I installed 5 years ago. It’s a daunting thought isn’t it?

      • @[email protected]
        link
        fedilink
        373 days ago

        I’ve been on arch around a year now and also considered the jump to NixOS. I was actually dual booting it with arch for awhile and I found pretty quickly that the shit documentation was a huge turn off for me. I ended up nuking the nix partition and reclaiming it for arch.

        • @[email protected]
          link
          fedilink
          English
          93 days ago

          That and the need to learn a bespoke, weird programming language that will only ever be useful for this one thing have really turned me off of that distro.

          • @[email protected]
            link
            fedilink
            32 days ago

            Definitely. Why not use something off the shelf! That by itself would make it much more approachable

        • @[email protected]
          link
          fedilink
          English
          33
          edit-2
          3 days ago

          This is my biggest issue. I am utterly spoiled to the exquisiteness that is Arch’s Wiki…

          • Justin
            link
            fedilink
            142 days ago

            I mean the Arch wiki mostly works on NixOS too. The problem with NixOS documentation is that there aren’t many examples for the Nix language itself.

            • @[email protected]
              link
              fedilink
              12 days ago

              I’ve found that the Arch wiki works for most distros if you know how to translate it. There have been multiple times I’ve searched how to do something or how to fix something in Linux and the only useful result is an arch forum or wiki. All I had to do is translate the steps for debian/ubuntu/opensuse/fedora/rpiOS, etc.

              The process was usually “search this error” > “this part” isn’t working, search “this part error” > arch forum showing steps to fix. Search “where the fuck is this file in <distro>”. Get “it’s usually here, here, or over here”, then do arch steps.

              Then there’s opensuse, and there’s fucking camelcase capitals in their packages (NetworkManager? Seriously?) so I have to Google “opensuse <command/application> package” like a fucking rube.

      • Justin
        link
        fedilink
        112 days ago

        The nice thing is that NixOS will keep your setup and all your tweaks if you ever need to reinstall. It’s designed to solve that exact problem.

        One way of switching over would be to carry over your homedir and just starting with migrating packages and config as a first step.

      • @[email protected]M
        link
        fedilink
        1
        edit-2
        1 day ago

        There was some politically charged drama… I think. There was some drama, anyway. I’m not clear on the details.

        It was probably a Twitter-tier disagreement that was blown way out of proportion by a small group of people. If others have details, please don’t enlighten me, I value my ignorance.

  • @[email protected]
    link
    fedilink
    English
    22 days ago

    Debian/ubuntu/arch is easy to use even as a beginner, just try NixOS and compare.

    Tap for spoiler

  • @[email protected]
    link
    fedilink
    172 days ago

    Imo a just works, deb based kde distro with nvidia drivers, flatpaks and no snaps is what we need to bring forth the year of the linux desktop.

    • NιƙƙιDιɱҽʂ
      link
      fedilink
      1
      edit-2
      2 days ago

      I dunno, we live in the age of ChatGPT. Between my generic but sufficient computer skills and ChatGPT’s hallucinatory ramblings, I’ve been smooth sailing on EndeavourOS for a few weeks now.

    • NatanoxOP
      link
      fedilink
      English
      92 days ago

      And one that you can get pre-installed on devices you can purchase. The “just buy and be happy” aspect is important for a lot of people as well, not to mention the valuable customer support. People with dispensable income who wish for this are usually furthest away from hackerspace culture though, so a lot of Linux enthusiasts seemingly overlook it. Or, when it comes to far-left people around, want to overlook it.

      If I remember correctly TuxedoOS checks all those boxes. And I think if you want “same but Gnome” that would be SlimbookOS. 🤔

    • @[email protected]M
      link
      fedilink
      11 day ago

      Nice report for “astroturfing”. Please go ahead and point out which rule was violated so I can make a decision.

  • @[email protected]
    link
    fedilink
    282 days ago

    NixOS consist of a bunch of options that you define using the nix programming language. Since it’s a programming language, everything is well defined and organised into single place.

    Technically, someone could build a GUI configuration editor with sane defaults and clearly organised pages of settings, which generates a configuration for you. This could immediately change NixOS from the most tedious to a relatively easy to use distro.

    • @[email protected]
      link
      fedilink
      52 days ago

      And windows users are well known for their mastery of esoteric programming languages. Such as… um… ah… batch files, which, well, some of them can write. If they’re not more than four or five lines.
      But that counts, right?

      • Oniononon
        link
        fedilink
        English
        12 days ago

        Linux users can’t regedit. Regedit uses some weird programming language only known to a few windows grand masters.

        It basically represents values with 16 possible symbols, ranging from 0 to f. We call it sixteendecimal. Very advanced. But nobody knows what they mean yet.

        This should give you linux users a pause the next time you belittle windows users for their lack of computer knowledge!

      • @[email protected]
        link
        fedilink
        12 days ago

        Batch files¹, powershell, visual basic if you use Office, Lisp if you used AutoCAD back when macros were written in Lisp… 🤷‍♂️


        ¹- And, frankly, I doubt setting up NixOS is particularly more complex than setting up an autoexec.bat boot menu back when some programs (well, games are programs) wanted extended memory and some others wanted expanded memory (couldn’t have both modes at the same time, of course), and you had to make sure the drivers loaded in the most optimal order (which could vary depending on the aforementioned memory expanders, and which drivers the specific game actually needed) to fit as many as possible of them and DOS in high memory leaving as much as possible of the 640KB of system RAM free for the program… and I’m not even getting into the whole IRQ thing for soundcards and whatnot… and we had to do it all without Internet, learning by trial and error, or word of mouth, or from magazines…

    • @[email protected]
      link
      fedilink
      202 days ago

      They already built a GUI editor, but a programmer made it so it is actually harder to use than the text file

  • @[email protected]
    link
    fedilink
    English
    102 days ago

    I am daily driving nixos. It is for those users who have already used atleast couple of beginner distros. Get familiar with packages terminal and other. It is just arch but stable even at the unstable branch. It has saved from breakdowns during important work. But nixos needs time to mature it’s flakes and home manager.

  • @[email protected]
    link
    fedilink
    3
    edit-2
    2 days ago

    Oh I actually need a recommendation… I have a tiny 7 inch LCD monitor. If I hook it up to my iPad the colors are fine but when I run it from the mini Linux computer I have the colors are all washed out and have weird dithering.

    I know it’s a driver issue and I haven’t been able to find one that works. I also tried different distros. I tried mint, ubuntu and I think one other one that I can’t remember. All had the same issue.

    Do any of you have ideas? How can I fix it

    • @[email protected]
      link
      fedilink
      English
      12 days ago

      I know that on KDE Theres Something called color profiles for adjusting the color range but I’m not exactly sure how to use it.

  • @[email protected]
    link
    fedilink
    English
    18
    edit-2
    2 days ago

    I’ve genuinely never seen a single person recommend NixOS to a new user, unless they already had advanced technical knowledge

      • @[email protected]
        link
        fedilink
        English
        82 days ago

        You could just look at my profile to see that I’m not. I’m also not new to Linux communities in general. Doesn’t change that I’ve never seen someone recommend NixOS to a complete beginner. I have (rarely) seen Arch recommended, but those recommendations will generally be downvoted and have many replies disagreeing. Linux Mint is by far the distro I see most often recommended, followed by Fedora.

        • @[email protected]
          link
          fedilink
          32 days ago

          What I see recommended nowadays is indeed mint, various Ubuntu variations, arch (always, although a lot of the time in jest), Nix fairly regularly, and as for the classics: SuSE and Fedora, they’re rarely mentioned.

          • @[email protected]
            link
            fedilink
            English
            12 days ago

            As an experienced Fedora User, I recommend mint to newbies. Fedora having to add RPMFusion and figure out how to properly install the correct Nvidia driver can be daunting for a new user who is used to downloading exes. I love fedora though, and if it were not for that one thing I would be recommending it.

  • @[email protected]
    link
    fedilink
    92 days ago

    Throw Mint Cinnamon or the latest version on the computer, solved. Ubuntu can… be speshy sometimes on my older spare laptop, but it is not really their fault, more my computer is a bit cooked. Some puppy linux distros are cool, but also a tiny bit complicated for beginners.

    • @[email protected]
      link
      fedilink
      32 days ago

      That was the reason I decided to install Mint Cinnamon.

      It’s been impossible to install for a week now. And I’m not even 100% IT illiterate. After ~3 days of struggling, I decided to do the walk of shame and post on the Mint forum, admitting my failure. It’s been unsolved for about a week now. >100 fails and errors, crashes, freezes.

      I can’t even imagine where I would (not) be had I chosen Kali or Arch.

        • @[email protected]
          link
          fedilink
          22 days ago

          Yes, I have done a few things already, including memtest. I’ll copy from the forum:

          The things I have tried:

          • Updating my BIOS.
          • The ISO I downloaded has been md5 checked, all fine. I have also tried 2 other ISO files from 2 other mirrors - same.
          • Three (3) USB drives to install Mint, ranging from 8 GB to 24GB.
          • Installing with or without multimedia codecs.
          • Turning on secure boot before install (I was desperate, found a forum post with a similar error message, later I found out that it was for a different reason).
          • Turning off secure boot before install (I found a different forum post where the exact opposite was recommended - later I found out that it was for a different reason).
          • Installing in compatibility mode.
          • Offering a sacrifice to Xebeth’Qlu, tormentor of souls.
          • Running gparted before install, deleting the previously half-installed partition, formatting it myself to ext4, then running the installer.
          • Splitting the aforementioned partition into a 16GB swap partition (I have 16GB RAM) and leaving the rest of it as ext4 (mounted at “/”).
          • Running chkdsk -f on the SSD containing the MBR+Win10, then rebooting the PC twice, according to one of the error messages in my post below (then trying to install again).
          • @[email protected]
            link
            fedilink
            English
            12 days ago

            Might sound like a dumb Q but have you tried testing any of the live environments or are you jumping straight to the install, and if you have played in the env. for a bit, have you tried installing any other distro? (Fedora, Ubuntu, Debian etc)