this post was submitted on 29 Mar 2024
913 points (100.0% liked)

linuxmemes

24389 readers
1447 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
  • Don't get baited into back-and-forth insults. We are not animals.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn, no politics, no trolling or ragebaiting.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
  • 5. 🇬🇧 Language/язык/Sprache
  • This is primarily an English-speaking community. 🇬🇧🇦🇺🇺🇸
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
  • 6. (NEW!) Regarding public figuresWe all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.
  • Keep discussions polite and free of disparagement.
  • We are never in possession of all of the facts. Defamatory comments will not be tolerated.
  • Discussions that get too heated will be locked and offending comments removed.
  •  

    Please report posts and comments that break these rules!


    Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.

    founded 2 years ago
    MODERATORS
     
    you are viewing a single comment's thread
    view the rest of the comments
    [–] [email protected] 11 points 1 year ago* (last edited 1 year ago) (3 children)

    I don't like apt too as much. But, interface-wise, you can make it way better with Nala, which is a frontend for it.

    NixOS is too complicated and demanding for most users, who aren't programmers or hobbyists, imo.
    I prefer Fedora Atomic. It has the same pros (unbreakable, highly configurable with universal-blue.org, etc.) but feels way more user friendly.
    I use it with Distrobox on top, so I can use my package manager/ distro of choice (turned out to be Arch btw) on a extremely reliable system.

    For your case, you can replicate Mint by just installing the Cinnamon image from uBlue and applying some minimal tweaks.
    Then you get the user friendliness from Mint with the flexibility and unbreakability from NixOS. Do you like the idea? Just in case you get annoyed by NixOS in the future 🙃

    [–] [email protected] 6 points 1 year ago

    Seems like a fine idea, but nixos is just exactly what I want from a distro it turns out and nix is just the package manager I wanted but never knew I did.

    [–] [email protected] 2 points 1 year ago

    I don't think OSTree systems can quite reach the flexibility of NixOS. For instance with NixOS (with direnv and nix-shells) you can essentially swap out your running system based on the different directories you enter and I think that's still just scraping the top of the iceberg. From my experience with OSTree (which is admittedly somewhat limited) I don't think you can reach that level of flexibility.

    It's still really cool, I don't mean to shit on that, I'm just saying NixOS and OSTree have different pros and cons and use cases.

    [–] [email protected] 2 points 1 year ago (1 children)

    I like the idea of the fedora immutable distros, but the reliance on flatpak makes me a bit nervous (guess I’m just old-fashioned)… I think some kind of solution that puts a stable system like Debian or immutable fedora with a package manager like Nix might be very good (I know the U-Blue guys have been playing with homebrew?)

    [–] [email protected] 2 points 1 year ago (1 children)

    You can still install Nix (package manager) on Atomic, on uBlue, it even comes pre-installed afaik.

    And also, there's Distrobox, which is totally enough if you prefer package managers over Flatpaks.
    I personally like the "reliance" on Flatpaks. I think it reduces the fragmentation and makes it easier for devs, but that's just my opinion. Do as you prefer.

    [–] [email protected] 1 points 1 year ago* (last edited 1 year ago)

    Actually, I just tried both homebrew and Nix with a Debian 12 installation and I’m not impressed. Homebrew only ships CLI apps, and GUI applications installed with Nix famously don’t show up in application launchers… it seems like you don’t really get the features of Nix unless you use NixOS.