this post was submitted on 28 Jul 2024
809 points (97.8% liked)

linuxmemes

20741 readers
1268 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] 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?

[–] [email protected] 12 points 1 month ago

Can't you just do the package install via nix-env rather than the config file

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

[–] iopq 3 points 1 month ago

Just install it to your profile