Removed (commented out) kak-fzf (I think I want something different). Added rust tooling.
This commit is contained in:
parent
97a29ccb37
commit
e1f913a413
4
home.nix
4
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
|
||||
[
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue