Installing Packages
vim /etc/nixos/configuration.nix
- Find packages at https://search.nixos.org/packages
- Add the package name inside this list:
sudo nixos-rebuild switch
Package Cache
All packages are stored in /nix/store
cached packages don’t update automatically. Once installed, they stay the same version.
To update these packages, you must remove these packages
List Of Current Packages
nix-env -q