Enable discord/kakoune integration
This commit is contained in:
parent
54898e88ec
commit
e99e577631
|
@ -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";
|
||||
}
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
@ -194,3 +194,6 @@ hook global BufOpenFile .* %{
|
|||
|
||||
map global normal <a-[> ':inc-dec-modify-numbers + %val{count}<ret>'
|
||||
map global normal <a-]> ':inc-dec-modify-numbers - %val{count}<ret>'
|
||||
|
||||
# Discord integration
|
||||
discord-presence-enable
|
||||
|
|
Loading…
Reference in a new issue