this post was submitted on 28 Jul 2024
802 points (97.7% liked)

linuxmemes

20741 readers
787 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
[–] pimeys@lemmy.nauk.io 36 points 1 month ago (5 children)

Yes. And I feel sad because I haven't been excited on any other OS for years after learning NixOS. I used to be excited about playing with things like FreeBSD, but now they all feel like something's missing...

Not for everybody, but as a software engineer nix/nixos is blessing.

[–] AI_toothbrush@lemmy.zip 12 points 1 month ago (3 children)

Its especially annoying for me because i wanna go back to something that "just works" but i miss the nix features. I like declaring my system but managing packages declaratively is just such a pain. I just wanna do apt-get install package its just easier i dont want to rebuild my whole ass system. Something i found that may work is using nix for the system and then distrobox for packages. Yall think thats something that would work well?

[–] Shareni@programming.dev 5 points 1 month ago

Separate your system and user lists. Use home-manager for example for your user packages. I think separating those configs is the official recommendation.

As for the rest, I'm using nix on MX because of declarative package management. Screw going back to imperative and having to remember what packages to install. If it's something I use often it goes on a list, if I don't nix shell comes to the rescue.

I'd rather mess around with dev envs for nix than distrobox.

load more comments (2 replies)
load more comments (3 replies)