diff --git a/index.html b/index.html index 0e1705564..9a693c6d1 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -
ca.desrt.dconf
or dconf.service
?+
ca.desrt.dconf
or dconf.service
?This manual will eventually describe how to install, use, and extend Home Manager.
diff --git a/options.html b/options.html index d39f021ff..853a8f27f 100644 --- a/options.html +++ b/options.html @@ -11082,14 +11082,25 @@ See Declared by:
<home-manager/modules/misc/xdg-desktop-entries.nix>
+ |
xdg.desktopEntries.<name>.actions
The set of actions made available to application launchers.
Type: attribute set of submodules
Default: { }
Example:
{ + "New Window" = { + exec = "${pkgs.firefox}/bin/firefox --new-window %u"; + }; +} +
Declared by:
+ <home-manager/modules/misc/xdg-desktop-entries.nix>
+ |
xdg.desktopEntries.<name>.actions.<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>.actions.<name>.icon
Icon to display in file manager, menus, etc.
Type: null or string
Default: null
Declared by:
+ <home-manager/modules/misc/xdg-desktop-entries.nix>
+ |
xdg.desktopEntries.<name>.actions.<name>.name
Name of the action.
Type: string
Default: <name>
Declared by:
+ <home-manager/modules/misc/xdg-desktop-entries.nix>
|
xdg.desktopEntries.<name>.categories
Categories in which the entry should be shown in a menu.
Type: null or list of strings
Default: null
Declared by:
<home-manager/modules/misc/xdg-desktop-entries.nix>
|
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: 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>
|
xdg.desktopEntries.<name>.genericName
Generic name of the application.
Type: null or string
Default: null
Declared by:
<home-manager/modules/misc/xdg-desktop-entries.nix>
|
xdg.desktopEntries.<name>.icon
Icon to display in file manager, menus, etc.
Type: null or string
Default: null
Declared by: