mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
treewide: convert parameterized docs to Markdown
Parameterized documentation generators like this can't be converted automatically.
This commit is contained in:
@@ -28,7 +28,7 @@ in
|
||||
home.file = mkOption {
|
||||
description = "Attribute set of files to link into the user home.";
|
||||
default = {};
|
||||
type = fileType "home.file" "<envar>HOME</envar>" homeDirectory;
|
||||
type = fileType "home.file" "{env}`HOME`" homeDirectory;
|
||||
};
|
||||
|
||||
home-files = mkOption {
|
||||
|
||||
Reference in New Issue
Block a user