From 4e91931e711b4f4e962e90e379513983f7e71528 Mon Sep 17 00:00:00 2001
From: ncfavier
Type: path
Declared by:
<home-manager/modules/files.nix>
- |
home.file.<name>.target
Path to target file relative to HOME
.
Type: string
Default: <name>
Declared by:
+ |
home.file.<name>.target
Path to target file relative to HOME
.
Type: string
Default: name
Declared by:
<home-manager/modules/files.nix>
|
home.file.<name>.text
Text of the file. If this option is null then
home.file.<name>.source
@@ -10085,14 +10085,14 @@ directory structure matching the source's but whose leafs
are symbolic links to the files of the source directory.
Type: boolean
Default: false
Declared by:
<home-manager/modules/misc/xdg.nix>
|
xdg.configFile.<name>.source
Path of the source file or directory. If
-home.file.<name>.text
+xdg.configFile.<name>.text
is non-null then this option will automatically point to a file
containing that text.
Type: path
Declared by:
<home-manager/modules/misc/xdg.nix>
- |
xdg.configFile.<name>.target
Path to target file relative to xdg.configHome
.
Type: string
Default: <name>
Declared by:
+ |
xdg.configFile.<name>.target
Path to target file relative to xdg.configHome
.
Type: string
Default: name
Declared by:
<home-manager/modules/misc/xdg.nix>
|
xdg.configFile.<name>.text
Text of the file. If this option is null then
-home.file.<name>.source
+xdg.configFile.<name>.source
must be set.
Type: null or strings concatenated with "\n"
Default: null
Declared by:
<home-manager/modules/misc/xdg.nix>
|
xdg.configHome
Absolute path to directory holding application configurations.
Type: path
Default: "~/.config"
Declared by:
@@ -10127,14 +10127,14 @@ directory structure matching the source's but whose leafs
are symbolic links to the files of the source directory. |