darwin/home-manager: %r dir

This commit is contained in:
Pogobanane 2022-07-10 22:17:40 +02:00
parent 98834d958b
commit 466d039190
3 changed files with 16 additions and 4 deletions

View file

@ -28,7 +28,9 @@ let
default = "%r/secrets/${name}";
description = ''
Path where secrets are symlinked to.
If the default is kept no symlink is created.
If the default is kept no other symlink is created.
`%r` is replaced by $XDG_RUNTIME_DIR on linux or `getconf
DARWIN_USER_TEMP_DIR` on darwin.
'';
};