mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 00:39:45 +01:00
30102ea9e5
* xdg-desktop-entries: add module rebase * xdg-desktop-entries: adapt to changes in makeDesktopItem This package depends on the makeDesktopItem function in nixpkgs, which recently changed its syntax: https://github.com/NixOS/nixpkgs/pull/91790 This commit makes the module compatible with the new syntax. It also exposes the fileValidation option in makeDesktopItem. Co-authored-by: cwyc <cwyc@users.noreply.github.com> Co-authored-by: --get <--show>
16 lines
284 B
Desktop File
16 lines
284 B
Desktop File
[Desktop Entry]
|
|
Categories=Network;WebBrowser;
|
|
Comment=My Application
|
|
DBusActivatable=false
|
|
Exec=test --option
|
|
GenericName=Web Browser
|
|
Icon=test
|
|
Keywords=calc;math
|
|
MimeType=text/html;text/xml;
|
|
Name=Test
|
|
StartupNotify=false
|
|
Terminal=true
|
|
Type=Application
|
|
[X-ExtraSection]
|
|
Exec=foo -o
|
|
|