From e1f913a4138c96733d188d71cb982d01cdbda403 Mon Sep 17 00:00:00 2001 From: vorboyvo Date: Tue, 23 Apr 2024 11:39:56 -0400 Subject: [PATCH] Removed (commented out) kak-fzf (I think I want something different). Added rust tooling. --- home.nix | 4 ++-- programs/kakoune.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 = {