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
[–] 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.