mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
info: use XDG_CACHE_HOME if defined
(cherry picked from commit a30751464a)
This commit is contained in:
@@ -42,7 +42,7 @@ in
|
||||
enable = mkEnableOption "GNU Info";
|
||||
|
||||
homeInfoDirLocation = mkOption {
|
||||
default = "$HOME/.cache/info";
|
||||
default = "\${XDG_CACHE_HOME:-$HOME/.cache}/info";
|
||||
description = ''
|
||||
Directory in which to store the info <filename>dir</filename>
|
||||
file within your home.
|
||||
|
||||
Reference in New Issue
Block a user