diff --git a/modules/kak/kakoune.nix b/modules/kak/kakoune.nix index 3dc4d60..a2bea54 100644 --- a/modules/kak/kakoune.nix +++ b/modules/kak/kakoune.nix @@ -14,8 +14,8 @@ # outside of the package extraPlugins ? [], - # Plugins - kak-crosshairs, + # Plugins + kak-crosshairs, # Color theme theme, @@ -26,33 +26,33 @@ }: let kakrc = (import ./kakrc.nix { - inherit clipboard - typescript - haskell - clojure - python - rust - nix - theme - pkgs - lib; - }); + inherit clipboard + typescript + haskell + clojure + python + rust + nix + theme + pkgs + lib; + }); colors = (import ./colors.nix { - inherit theme - pkgs - lib; + inherit theme + pkgs + lib; }); kak-lsp = (import ./kak-lsp.nix { - inherit typescript - haskell - clojure - python - rust - nix - pkgs - lib; + inherit typescript + haskell + clojure + python + rust + nix + pkgs + lib; }); in (pkgs.kakoune.override {