this post was submitted on 21 Jun 2023
4 points (100.0% liked)

nixos

1199 readers
1 users here now

All about NixOS - https://nixos.org/

founded 4 years ago
 

i use arch (btw), and i hate how much i depend on the AUR, its very unstable. I switched to flatpak for my gui programs since the cli experience sucks. nix on the other hand works like a native package manager, and thats great for me. but i see that nix also includes stuff like coreutils (because of nixos im guessing). do i install everything with nix? if not what packages do i install with pacman and which with nix?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 1 year ago

I'd say anything that concerns the system (services, DEs, drivers, the kernel etc.) should be installed via the system package manager.

User apps and dev envs can be installed from anywhere else, including FlatPak, Nix or language package managers such as pip.