···11+# Config for the PRJ Base Directory Specification
22+# Must be here instead of the flake because otherwise the flake would be impure
33+export PRJ_ROOT=$(git rev-parse --show-toplevel)
44+export PRJ_CONFIG_HOME=${PRJ_ROOT}/.config
55+export PRJ_ID=cmprss
66+export PRJ_CACHE_HOME=${XDG_CACHE_HOME:-$HOME/.cache}/prj/$PRJ_ID
77+88+# Use the nix flake for development
99+use flake