diff --git a/home.nix b/home.nix index b065db7..f5e974d 100644 --- a/home.nix +++ b/home.nix @@ -56,8 +56,7 @@ in { mons = callPackage ./pkgs/mons/mons.nix { }; archivo = callPackage ./pkgs/archivo/archivo.nix { }; in [ gcc tree-sitter ] ++ # Basic dev tools - [ marksman nil ] - ++ # Language servers except those installed through package sections + [ marksman nil ] ++ # Language servers except those installed through package sections [ texliveFull texlab ] ++ # LaTeX (with ocamlPackages; [ ocaml @@ -71,6 +70,7 @@ in { utop ]) ++ # OCaml [ ghc stack cabal-install haskell-language-server ] ++ # Haskell + [ rustup ] ++ # Rust [ python3 ] ++ # I guess..... [ julia ] ++ # Julia [ diff --git a/programs/kakoune.nix b/programs/kakoune.nix index 737ed93..62389b2 100644 --- a/programs/kakoune.nix +++ b/programs/kakoune.nix @@ -1,7 +1,7 @@ { pkgs, ... }: { enable = true; defaultEditor = true; - plugins = with pkgs; [ kakounePlugins.kak-fzf ]; + # plugins = with pkgs; [ kakounePlugins.kak-fzf ]; config = { colorScheme = "tomorrow-night"; numberLines = {