this post was submitted on 24 Mar 2024
116 points (84.1% liked)
linuxmemes
21160 readers
1354 users here now
Hint: :q!
Sister communities:
- LemmyMemes: Memes
- LemmyShitpost: Anything and everything goes.
- RISA: Star Trek memes and shitposts
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
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Have you used it with Debian? Much better that way IMO
Gonna try that next. Probably. Nixos isn't really working if I don't know how to do stuff.
For example I can't change settings in vlc because it is read only.
It's a whole different story when it's just a package manager and not a distro. I made this comment to help people get started.
I'd only use nixos if there was a specific reason. Otherwise it's too much trouble for practically no benefits.
The benefit would be: changing stuff doesn't break it. And if it does you can easily roll back. Keeping the config file sets up a new installation like the old one without trouble. Somehow I don't think you really need it if you aren't distro hopping but I need it way too much.
Currently the trade offs are too big I think. Programs don't work because of the atomic behaviour.
And the learning curve is steep even for Linux veterans.
Try bazzite.
Mhh fedora.
I liked it and I liked nobara.
However I liked debian more somehow.
But I could consider going back for his.
I second Bazzite, it's really good. And more promising than the Nix monstrosity
My heart is always with Debian, but Bazzite is a surprisingly useable immutable OS. I would suggest using it for your core suite then use Distrobox w/ Debian for any apps outside of that. It's so snappy!
You don't need nixos for that. The only thing you lose is rolling back system configuration, unless you use system-manager.
Unless you're doing scientific computing, or being a sysadmin for a company, you don't actually need nixos. It's at that scale that system reproducibility becomes important enough to offset the downsides. For everyone else, home-manager and a list of packages are more than enough.
The learning curve is not that bad, it's just that the resources are a pile of burning garbage.
Also, idk what you're doing with VLC, but ~/.config should still work AFAIK.
I did install vlc. I started vlc. I noticed completely wrong subtitle size. I went to settings and tried to change some and save. Vlc throws an error it can't save the file, permission error.
I install vlc with flatpak. Same subtitle error. I go to the settings, I don't get an error but the settings don't change anything.
Also almost anything i do in the plasma settings doesn't get saved.
And that shit should only be saved in the home folder.
I think I have to clean my home folder.
But then I have to do the setup of plasma again.
Damn, that sucks.
I gave up on nixos long before getting to that point. On Debian I use apt for to install a few user packages like alacritty because of Nix issues. Everything else is pretty much the same linux experience.
Ok can confirm. 90% of my problems went away on a new home directory.
However I still don't know how to iscsi.
The concept is a great idea.
The documentation is rare and the atomic behaviour seems to break my whole Linux work flow.
Which is a good thing I guess. But I can't Google "how to do x on nixos" and get a reasonable answer. I get nothing. Or some weird forums where I don't know what they are talking about.