Update configuration
This commit is contained in:
parent
341af0ee57
commit
397813c75b
4 changed files with 20 additions and 23 deletions
|
|
@ -4,17 +4,15 @@ let
|
|||
palette.toRgbShortHex colorPalette;
|
||||
packages = with pkgs;
|
||||
[
|
||||
(makeDesktopItem
|
||||
(pkgs.makeDesktopItem
|
||||
{
|
||||
name = "kakoune";
|
||||
type = "Application";
|
||||
exec = "kak %U";
|
||||
icon = "kakoune";
|
||||
desktopName = "Kakoune";
|
||||
comment = "Kakoune text editor";
|
||||
terminal = true;
|
||||
categories = "Development";
|
||||
mimeType = "text/plain;text/*";
|
||||
categories = [ "Development" ];
|
||||
})
|
||||
] ++ [
|
||||
# editorconfig-core-c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue