From 705e54c8122b1308ebf36d727c66bed5c24bb7b3 Mon Sep 17 00:00:00 2001 From: xenia Date: Thu, 19 Oct 2023 01:01:37 +0200 Subject: [PATCH] Remove mac-specific kakoune code --- kak.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/kak.nix b/kak.nix index 874709be..1b40e3a0 100644 --- a/kak.nix +++ b/kak.nix @@ -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? - - +}