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
|
yaml-language-server
|
||||||
nodePackages.vscode-langservers-extracted
|
nodePackages.vscode-langservers-extracted
|
||||||
rnix-lsp
|
rnix-lsp
|
||||||
# (pkgs.makeDesktopItem
|
|
||||||
# {
|
|
||||||
# name = "kakoune";
|
|
||||||
# exec = "kak %U";
|
|
||||||
# icon = "kakoune";
|
|
||||||
# desktopName = "Kakoune";
|
|
||||||
# comment = "Kakoune text editor";
|
|
||||||
# terminal = true;
|
|
||||||
# categories = [ "Development" ];
|
|
||||||
# })
|
|
||||||
editorconfig-core-c
|
editorconfig-core-c
|
||||||
aspell
|
aspell
|
||||||
aspellDicts.en
|
aspellDicts.en
|
||||||
aspellDicts.en-computers
|
aspellDicts.en-computers
|
||||||
aspellDicts.en-science
|
aspellDicts.en-science
|
||||||
aspellDicts.it
|
aspellDicts.it
|
||||||
|
|
||||||
|
(pkgs.makeDesktopItem
|
||||||
|
{
|
||||||
|
name = "kakoune";
|
||||||
|
exec = "kak %U";
|
||||||
|
icon = "kakoune";
|
||||||
|
desktopName = "Kakoune";
|
||||||
|
comment = "Kakoune text editor";
|
||||||
|
terminal = true;
|
||||||
|
categories = [ "Development" ];
|
||||||
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
in
|
in
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue