mirror of
https://github.com/nix-community/home-manager
synced 2024-11-05 10:49:44 +01:00
426ab2cf11
Based on nixpkgs commit c4b3aa62608d592d8a983be685f7e82000f4de30 stringBool is not needed because makeDesktopItem handles converting boolean parameters to string, and noDisplay and prefersNonDefaultGPU parameters have been added.
18 lines
327 B
Desktop File
18 lines
327 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
|
|
NoDisplay=false
|
|
PrefersNonDefaultGPU=false
|
|
StartupNotify=false
|
|
Terminal=true
|
|
Type=Application
|
|
[X-ExtraSection]
|
|
Exec=foo -o
|
|
|