``` font=$(nix-build --no-out-link '' -A source-code-pro)/share/fonts/opentype/SourceCodePro-Regular.otf cp $font ~/.local/share/fonts fc-cache # Verify that the font has been installed fc-list -v | grep -i source ```