this post was submitted on 30 Aug 2023
727 points (97.4% liked)
linuxmemes
24449 readers
574 users here now
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
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 figures
We 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
view the rest of the comments
I thought I was finally finished distro hopping after I landed on Fedora, but then I found Nobara and then the whole RHEL drama started so I went back to Debian stable but then NixOS caught my attention.
It will never end
i just don't do distrohopping, it's a pointless venture imo. started with arch linux as my main desktop, never went back.
tried some things occasionally, but i already sunk the time learning all sorts of things that may not even exist in other distros, configuring my system and the DE (and other things like zsh and vim setup), so it's just a waste of time honestly.
i'm thinking of using NixOS instead of Debian (what i used previously) for my upcoming server project though.
M'federationl
I hopped for ages and finally landed on Arch (btw), and I thought I was settled. I've been on it for like two years now.
But lately I've been hearing the call of NixOS too...
Yep, tried a couple distros out and ended up on Arch for a year and was happy. Then switched over to NixOS and have been using it ever since, there's no way I could ever main any other distro.
The Arch -> NixOS pipeline is real
I've skipped the middle men and went from Mint to NixOS. I've used Mint since the Ubuntu Unity thing, so 2011 if I can trust some random wiki entry I just found.
NixOS was for me the thing that stopped me from distro hopping and re-installations. I just don't care anymore to switch to anything, everything works how I want and I can focus on using it.
If you happen to customize your OS a lot, with NixOS you can define everything from one configuration: all your packages, your shell aliases, kernel parameters or for example the desktop wallpaper.
You can push this config to GitHub and clone it to another NixOS machine and that one will have exactly the same packages, kernel parameters, shell aliases and wallpaper. Even the package versions, including all the libraries will be the same everywhere.
You can even patch your tools from these configs, have custom kernels and go really crazy. When you commit your changes, they work exactly the same in all your machines. And on boot, you get a list of configurations, so you can boot to the previous config of your current changes broke something, go fix what you broke and retry.
And, with nix the tool, your team can provide the
flake.nix
andflake.lock
files in the software project you all work for. It will then make sure everybody gets the right versions from the dependencies, compilers, linters, etc. If it works for one, it works for all.Nix the tool let's you try this out in systems like other Linux distros or removed. NixOS is an OS that is taking a step further and requiring you to define the whole system with Nix.
Oh, and a sibling project Home Manager is great for reproducible dotfiles.
Maybe adding a warning to my previous comment. Going full-on NixOS is like learning vim for the first time. It is complex, takes a lot of time and you need to re-learn lots of things. Maybe evaluate are the good parts enough for you to spend a year re-learning how you use computers worth it. For me it definitely was.
Adding a little to the other comment: Nix packages are fully reproducible, so you can verify they're built from the source they're claimed to be. That makes package distribution more secure. (E.g. Debian could add malicious code to some packages before compiling them, and you'd never know. Not saying they do that, but they're able to.)
I swear, the only reason I haven't continued distrohopping is that I'm waiting for Pop_OS!'s Cosmic desktop and they are holding out on me