Paths & filesystem
Detected defaults from paths.rs, plus the environment overrides for system-managed paths.
User-scope paths
- config dir —
~/.config/foxora - state dir —
~/.local/state/fur - cache dir —
~/.cache/fur - manifest —
~/.config/foxora/apps.toml - appimages —
~/.local/apps - desktop entries —
~/.local/share/applications - wrappers —
~/.local/bin
System-scope paths
- system module —
/etc/foxora/fur-system.nix - system flake —
/etc/foxora#foxora
Environment overrides
FOXORA_SYSTEM_MODULE_PATH— override the managed module location.FOXORA_SYSTEM_FLAKE— override the system flake reference.
Inspecting the layout
fur info --json <name> resolves a record to its on-disk location, and fur list --json dumps the entire manifest. Use these instead of grepping the TOML.