• 0 Posts
  • 78 Comments
Joined 2 years ago
cake
Cake day: June 28th, 2023

help-circle
  • Leave it, tos 8 covers my point and yes its a case of my butthurt but its a recent pattern across communities in lemmy atm that seems to have started a nasty attempt thats trying to grow a grassroots campaign, this may not be one. Just reporting for your sake and others to raise awareness based on some social controversy in the distro. We should be lifting distros (and people) up not burning them for fake reasons



  • Doubt, highly doubt it.

    I use nixos btw

    Complete with home manager, flakes, build server and automated deployments, the whole lot on machines from compute stick, gaming rig, hell even a surface. I have never had more free time than compared to arch. updates & config drift are no longer anything I worry about. Save so much time on rebuilds & customisations.

    Nixos users never recommend it for new users. I always recommend mint or Ubuntu depending on the person and what they are used to. Seasoned Linux users i don’t even recommend it unless they have basic programming skills.

    After that, bring it on, stick through the learning curve, you dont need the documentation. I only needed it at the start for a short period until it clicked and I figured it out. the repo and search has more than enough. In the repo you will find community builds and configs for a wide variety of hardware.


  • It is amazing, the power of a mature immutable OS, is amazing. Frankly though Ive found the reality of nix the exact opposite: because everything is configured in the one place, updates, and changes in general are so easy and risk free (rollbacks a breeeeze). So i save more time than lose tbh.

    Modules and flakes are next level.

    Configure ALL THE THINGS!




  • Thanks. Nix made me a convert back from Windows. Microsoft doesn’t innovate anymore like they used to. iMO the origional concepts that sparked nix and now others like it has been a breath of fresh air into a stagnated critical cornerstone of the industry. Imagine being able to install every version of a dependancy like say .net thats ever been released without it causing a problem.

    Install is imo better than even Windows, install from media, highly recommend kde plasma or gnome on your first round, but hey its nix, sky is the limit. Hardware will autodetect so long as you dont have anything out of ordinary.

    Config once cry once cant be over stated enough how good it is. As for your concern about changes its really simple. Make the change, run the update command from terminal, reboot and if it fails (rare) juat reboot again and select your previous config, it keeps as many configs as you want to. I now only maintain the last 5 and run a cleanup confidently.

    To update to the latest versions of apps and os its one command in terminal and nix checks your config for errors before updating. Some people run bleeding edge versions & update daily getting nightly apps, OS, and kernel even without issue. I sit on unstable, silly name, its stable as all hell, you just get the latest releases and features.

    My worst experience was moving to home manager, but it was well worth it. The error nix presented was meaningless, the real error was just buried and I had to use journald to find the meaningful error.

    What ever distro you use enjoy the freedom! Mint is great, Nix is great!




  • Mint is amazing and frankly if its working for you then I think you’ve found it. I stayed on mint for a long time until I relented to a nagging friend and tried out NIxOS and was amazed. If you have the technical skills and feel confident to push through the inital difficulty its well well worth it.

    So whats the good?

    1. Reproducibility. Ever been annoyed that someone cant help you because they either dont have the time or just cant reproduce the problem? Its no longer an issue. Dependancy is managed by design so configuration and state is transferable with as little as only two files.
    2. Declarative. Best way to decibe this is all the benefits of Arch and zero of the problems. Declare your configuration in a file and then have a life. Ive never saved so much time before with any distro. Imaging installing windows, configuring the OS, installing apps, configuring them only once, ever, never having to do that again. Reinstalls go straight back to the way you like it.
    3. Reliable. Ive never had a linux distro so stable. The risk and pain of change is a thing of the past.
    4. Largest and most up to date repo. Its simply unmatched.
    5. The list goes on to other areas like security, scalability and much more but lets leave it there.

    Whats the bad?

    1. Difficulty of entry. You need to have basic understanding on writting basic code to some degree as you define your config as a simple text file. I recommend vimjoyer on youtube he has some great simple intro videos that will help here.
    2. Using apps not in the repo. You will need to step up your config skills here to install that weird app you want. That is only unless you cant wait. If you have time the community is fantastic, a quick app request on the repo has a great chance of being picked up by some legend and added to the repo officially.
    3. The wiki, its no Arch wiki, thankfully you dont really need it. The community maintains a bunch of configs for hardware and apps on the repo which is weirdly not advertised half as much as it should be. Alternatively just search github for configs from other nixians.