README.org: Add section on guix/shepherd home env extension graphs

This commit is contained in:
Collin J. Doering 2022-10-02 10:38:59 -04:00
parent 5422988529
commit c1a4046f74
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 12 additions and 0 deletions

View File

@ -142,6 +142,18 @@ Here are some useful commands for working with package upgrades on guix.
guix time-machine -- environment -m ~/.dotfiles/home-manifest.scm -- exit
#+end_src
*** View Guix Extension Graph
#+begin_src shell
guix home extension-graph -e '(@ (rekahsoft guix-config home) %home)' | guix shell gnome-icon-theme xdot -- xdot -
#+end_src
*** View Shepherd Graph
#+begin_src shell
guix home shepherd-graph -e '(@ (rekahsoft guix-config home) %home)' | guix shell gnome-icon-theme xdot -- xdot -
#+end_src
*** Updates that modify zsh site-functions (completions)
These updates require additional manual effort, otherwise completions don't show up.