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>.actionsThe 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>.execProgram to execute, possibly with arguments.
Type: null or string
Declared by:
+ <home-manager/modules/misc/xdg-desktop-entries.nix>
+ |
xdg.desktopEntries.<name>.actions.<name>.iconIcon 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>.nameName of the action.
Type: string
Default: <name>
Declared by:
+ <home-manager/modules/misc/xdg-desktop-entries.nix>
|
xdg.desktopEntries.<name>.categoriesCategories 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>.commentTooltip for the entry.
Type: null or string
Default: null
Declared by:
<home-manager/modules/misc/xdg-desktop-entries.nix>
|
xdg.desktopEntries.<name>.execProgram to execute, possibly with arguments.
Type: null or string
Declared by:
<home-manager/modules/misc/xdg-desktop-entries.nix>
- |
xdg.desktopEntries.<name>.fileValidationWhether to validate the generated desktop file.
Type: boolean
Default: true
Declared by:
- <home-manager/modules/misc/xdg-desktop-entries.nix>
|
xdg.desktopEntries.<name>.genericNameGeneric name of the application.
Type: null or string
Default: null
Declared by:
<home-manager/modules/misc/xdg-desktop-entries.nix>
|
xdg.desktopEntries.<name>.iconIcon to display in file manager, menus, etc.
Type: null or string
Default: null
Declared by: