mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 00:39:45 +01:00
18429f1d1d
Can generate the file directly to avoid the dependency on the `makeDesktopItem` API.
11 lines
413 B
Desktop File
11 lines
413 B
Desktop File
[Desktop Entry]
|
|
Categories=Utility;TextEditor;
|
|
Comment=Edit text
|
|
Exec=@emacs@/bin/emacsclient -c %F
|
|
GenericName=Text Editor
|
|
Icon=emacs
|
|
MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++;
|
|
Name=Emacs Client
|
|
StartupWMClass=Emacs
|
|
Terminal=false
|
|
Type=Application
|