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 { };
|
mons = callPackage ./pkgs/mons/mons.nix { };
|
||||||
archivo = callPackage ./pkgs/archivo/archivo.nix { };
|
archivo = callPackage ./pkgs/archivo/archivo.nix { };
|
||||||
in [ gcc tree-sitter ] ++ # Basic dev tools
|
in [ gcc tree-sitter ] ++ # Basic dev tools
|
||||||
[ marksman nil ]
|
[ marksman nil ] ++ # Language servers except those installed through package sections
|
||||||
++ # Language servers except those installed through package sections
|
|
||||||
[ texliveFull texlab ] ++ # LaTeX
|
[ texliveFull texlab ] ++ # LaTeX
|
||||||
(with ocamlPackages; [
|
(with ocamlPackages; [
|
||||||
ocaml
|
ocaml
|
||||||
|
|
@ -71,6 +70,7 @@ in {
|
||||||
utop
|
utop
|
||||||
]) ++ # OCaml
|
]) ++ # OCaml
|
||||||
[ ghc stack cabal-install haskell-language-server ] ++ # Haskell
|
[ ghc stack cabal-install haskell-language-server ] ++ # Haskell
|
||||||
|
[ rustup ] ++ # Rust
|
||||||
[ python3 ] ++ # I guess.....
|
[ python3 ] ++ # I guess.....
|
||||||
[ julia ] ++ # Julia
|
[ julia ] ++ # Julia
|
||||||
[
|
[
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{ pkgs, ... }: {
|
{ pkgs, ... }: {
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultEditor = true;
|
defaultEditor = true;
|
||||||
plugins = with pkgs; [ kakounePlugins.kak-fzf ];
|
# plugins = with pkgs; [ kakounePlugins.kak-fzf ];
|
||||||
config = {
|
config = {
|
||||||
colorScheme = "tomorrow-night";
|
colorScheme = "tomorrow-night";
|
||||||
numberLines = {
|
numberLines = {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue