| options/home-manager/xdg.enable | Whether to enable management of XDG base directories.
|
| options/home-manager/xdg.dataHome | Absolute path to directory holding application data
|
| options/home-manager/xdg.cacheHome | Absolute path to directory holding application caches
|
| options/home-manager/xdg.stateHome | Absolute path to directory holding application states
|
| options/home-manager/xdg.configHome | Absolute path to directory holding application configurations
|
| options/home-manager/programs.aichat.settings | Configuration written to
$XDG_CONFIG_HOME/aichat/config.yaml
on Linux or on Darwin if xdg.enable is set, otherwise
~/Library/Application Support/aichat/config.yaml
|
| options/home-manager/programs.lazygit.settings | Configuration written to
$XDG_CONFIG_HOME/lazygit/config.yml
on Linux or on Darwin if xdg.enable is set, otherwise
~/Library/Application Support/lazygit/config.yml
|
| options/home-manager/programs.lazydocker.settings | Configuration written to
$XDG_CONFIG_HOME/lazydocker/config.yml
on Linux or on Darwin if xdg.enable is set, otherwise
~/Library/Application Support/jesseduffield/lazydocker/config.yml
|