From eaa16e5c7b466d94d20900fe3ec821b83662a88b Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Mon, 18 Sep 2023 14:39:34 +0800 Subject: [PATCH] files/mutable-files: improve module documentation --- modules/home-manager/files/mutable-files.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/home-manager/files/mutable-files.nix b/modules/home-manager/files/mutable-files.nix index 6ea5ff52..30174d2e 100644 --- a/modules/home-manager/files/mutable-files.nix +++ b/modules/home-manager/files/mutable-files.nix @@ -43,11 +43,11 @@ let This accept only certain keywords. - - For `fetch`, the file will be fetched with `curl`. - - For `git`, it will be fetched with `git clone`. - - For `archive`, the file will be fetched with `curl` and extracted - before putting the file. - - For `gopass`, the file will be cloned with `gopass`. + - For `fetch`, the file will be fetched with {command}`curl`. + - For `git`, it will be fetched with {command}`git clone`. + - For `archive`, the file will be fetched with {command}`curl` and + extracted before putting the file. + - For `gopass`, the file will be cloned with {command}`gopass`. - For `custom`, the file will be passed with a user-given command. The `extraArgs` option is now assumed to be a list of a command and its arguments.