diff --git a/home/kakoune/kak.nix b/home/kakoune/kak.nix index d85e819..63e2707 100644 --- a/home/kakoune/kak.nix +++ b/home/kakoune/kak.nix @@ -165,6 +165,10 @@ in narHash = "sha256-IcxFmvG0jqpMCG/dT9crVRgPgMGKkic6xwrnW5z4+bc="; }) + "/rc"; } + { + name = "kakoune-discord"; + src = (builtins.getFlake "github:natsukagami/kakoune-discord/03f95e40d6efd8fd3de7bca31653d43de2dcfc5f").packages.${pkgs.system}.kakoune-discord-rc + "/rc"; + } ]; } diff --git a/home/kakoune/kakrc b/home/kakoune/kakrc index 70cd896..0f8b24c 100644 --- a/home/kakoune/kakrc +++ b/home/kakoune/kakrc @@ -194,3 +194,6 @@ hook global BufOpenFile .* %{ map global normal ':inc-dec-modify-numbers + %val{count}' map global normal ':inc-dec-modify-numbers - %val{count}' + +# Discord integration +discord-presence-enable