this post was submitted on 28 Jul 2024
808 points (97.9% liked)

linuxmemes

20686 readers
1022 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

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
[–] [email protected] 13 points 1 month ago (11 children)

So, I'm an arch-btwistan, what does nixos do for a gamer/youtuber/low-tier-wannabe-musician? Legit asking, because I really don't know what makes nixos tick, and the (very little) I've read doesn't really explain the benefits of it

[–] [email protected] 9 points 1 month ago (6 children)

Everything about your OS is defined in a config files and can be rebuilt. You break something you don't need to do a complete reinstall if you can't figure it out. Just rebuild the last working configuration. Sharing builds with your friends is easier.

For gaming getting your graphics card going is much simpler. I never had steam and proton games run as well as they do with they nixos defaults

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

It sounds like a Dockerfile for your system OS?

[–] [email protected] 3 points 1 month ago (1 children)

Basically but it's better, nix has a unique way of doing the underlying the logic which as is own benefits. Also since nix is not a container it doesn't have any of the speed penalties that come along with that. Since nix is functional as well, it means all operations can be undone. So where you might te build a docker image from scratch or by using a A/B system like other immutable distros it allows nix to just modify the system while it's running with minimal side effects.

[–] [email protected] 1 points 1 month ago (1 children)

nix has a unique way of doing the underlying the logic which as is own benefits.

Honestly, this is what I like least about it. I do not like unique, single-purpose Domain Specific Languages. To me, requiring use of a DSL that is not like common languages used for similar purposes is a major detractor.

[–] [email protected] 2 points 1 month ago
load more comments (3 replies)
load more comments (7 replies)