Skip to content

Nix Profiles

List nix profiles for current user
nix profile list

Home Manager

All the home manager does is construct a single derivation and adds it as a nix profile.

$ nix profile list
Name:               home-manager-path
Store paths:        /nix/store/2dqr3qjd0kg6qyki9grrad1slfndhxax-home-manager-path

JSL Zsh

Add jsl-zsh as a nix profile
nix profile add --refresh \
  git+https://gitea.john-stream.com/john/dendritic?ref=wrappers#jsl-zsh
Update jsl-zsh
nix profile upgrade --refresh jsl-zsh