Kakoune desktop icon
This commit is contained in:
parent
0c6ea2bfd9
commit
02cb462b5a
1 changed files with 11 additions and 10 deletions
|
|
@ -34,22 +34,23 @@ let
|
|||
yaml-language-server
|
||||
nodePackages.vscode-langservers-extracted
|
||||
rnix-lsp
|
||||
# (pkgs.makeDesktopItem
|
||||
# {
|
||||
# name = "kakoune";
|
||||
# exec = "kak %U";
|
||||
# icon = "kakoune";
|
||||
# desktopName = "Kakoune";
|
||||
# comment = "Kakoune text editor";
|
||||
# terminal = true;
|
||||
# categories = [ "Development" ];
|
||||
# })
|
||||
editorconfig-core-c
|
||||
aspell
|
||||
aspellDicts.en
|
||||
aspellDicts.en-computers
|
||||
aspellDicts.en-science
|
||||
aspellDicts.it
|
||||
|
||||
(pkgs.makeDesktopItem
|
||||
{
|
||||
name = "kakoune";
|
||||
exec = "kak %U";
|
||||
icon = "kakoune";
|
||||
desktopName = "Kakoune";
|
||||
comment = "Kakoune text editor";
|
||||
terminal = true;
|
||||
categories = [ "Development" ];
|
||||
})
|
||||
];
|
||||
|
||||
in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue