diff --git a/index.html b/index.html index 3e8baf8c..867bc1b9 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -
ca.desrt.dconf
?+
ca.desrt.dconf
?This manual will eventually describe how to install, use, and extend Home Manager.
diff --git a/options.html b/options.html
index 81170cc4..0e3a9432 100644
--- a/options.html
+++ b/options.html
@@ -10827,11 +10827,7 @@ See xdg.desktopEntries.<name>.comment
Tooltip for the entry.
Type: null or string
Default: null
Declared by:
<home-manager/modules/misc/xdg-desktop-entries.nix>
- |
xdg.desktopEntries.<name>.exec
Program to execute, possibly with arguments.
Type: string
Declared by:
- <home-manager/modules/misc/xdg-desktop-entries.nix>
- |
xdg.desktopEntries.<name>.extraConfig
Extra configuration. Will be appended to the end of the file and -may thus contain extra sections. -
Type: strings concatenated with "\n"
Default: ""
Declared by:
+ |
xdg.desktopEntries.<name>.exec
Program to execute, possibly with arguments.
Type: null or string
Declared by:
<home-manager/modules/misc/xdg-desktop-entries.nix>
|
xdg.desktopEntries.<name>.fileValidation
Whether to validate the generated desktop file.
Type: boolean
Default: true
Declared by:
<home-manager/modules/misc/xdg-desktop-entries.nix>
@@ -10850,7 +10846,7 @@ This can be useful to e.g. associate this application with MIME types.
|
xdg.desktopEntries.<name>.prefersNonDefaultGPU
If true, the application prefers to be run on a more powerful discrete GPU if available.
Type: null or boolean
Default: null
Declared by:
<home-manager/modules/misc/xdg-desktop-entries.nix>
- |
xdg.desktopEntries.<name>.settings
Extra key-value pairs to add to the [Desktop Entry]
section.
+
xdg.desktopEntries.<name>.settings
Extra key-value pairs to add to the [Desktop Entry]
section.
This may override other values.
Type: attribute set of Concatenated strings
Default: Declared by:
{
@@ -10862,9 +10858,9 @@ This may override other values.
}
<home-manager/modules/misc/xdg-desktop-entries.nix>
-
xdg.desktopEntries.<name>.startupNotify
If true, it is KNOWN that the application will send a "remove"
-message when started with the DESKTOP_STARTUP_ID
-environment variable set. If false, it is KNOWN that the application
+
xdg.desktopEntries.<name>.startupNotify
If true, it is KNOWN that the application will send a "remove"
+message when started with the DESKTOP_STARTUP_ID
+environment variable set. If false, it is KNOWN that the application
does not work with startup notification at all.
Type: null or boolean
Default: null
Declared by:
<home-manager/modules/misc/xdg-desktop-entries.nix>
|
xdg.desktopEntries.<name>.terminal
Whether the program runs in a terminal window.
Type: boolean
Default: false
Declared by: