Update configuration

This commit is contained in:
Filippo Berto 2022-02-27 22:14:59 +01:00
parent 341af0ee57
commit 397813c75b
4 changed files with 20 additions and 23 deletions

View file

@ -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