this post was submitted on 26 Mar 2024
879 points (95.9% liked)
linuxmemes
21210 readers
57 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 members of the community for any reason.
- 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.
- These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
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. Even if you watch it on a Linux machine.
4. No recent reposts
- Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.
Please report posts and comments that break these rules!
founded 1 year ago
MODERATORS
Yeah, it is a lot of initial work, but once you got your shell.nix or flake.nix in place it is really nice, to not have to deal with different dependencies and versions in different projects.
But you can also archive the same on any distro with the nix package manager.
except i want my computer to function for my needs without "a lot of initial work"
It's an investment for the next time you install on a new dev machine. After install, I will literally run a single command to return to the exact state of my dev environment.
Sure but how often do you need to actually change your machine?
Me personally, a lot. I work on 4 different rigs (inlcuding latops) and yes, for me, it does save time.
I'm actually building a new work station right now.
About weekly in my case.
Probably not often, but as a Debian user, it's a PITA to get back to where I was before I fucked up my system. Nix(OS) sounds like a future investment to me, just in case I ever fuck up and need to get back to where I was ASAP. Been there once already and it was NOT fun.
That was from a professional standpoint BTW, privately I'm still a dirty Windows pleb, because that's what I'm most familiar with.
PS: I'm already using a dotfiles repo, which already saves me a ton of time in settings things up.