Remove mac-specific kakoune code

main
xenia 2023-10-19 01:01:37 +02:00
parent 0f7d8ffb33
commit 705e54c812
1 changed files with 2 additions and 3 deletions

View File

@ -67,6 +67,7 @@ with pkgs; let
in
{
enable = true;
package = kak;
plugins = with kakounePlugins; [
kakoune-buffers
kakoune-extra-filetypes
@ -95,6 +96,4 @@ in
};
extraConfig = kak-lsp-config-line + "\n" + builtins.readFile ./dotfiles/kakrc ;
} // (if stdenv.isDarwin then { package = kak; } else {}) # package seems to be broken on unix?
}