diff --git a/home/dev.nix b/home/dev.nix new file mode 100644 index 00000000..e03218e4 --- /dev/null +++ b/home/dev.nix @@ -0,0 +1,22 @@ +{ pkgs, ... }: + +{ + home.packages = with pkgs; [ + nodejs + deno + + rustc + rustfmt + cargo + cargo-info + cargo-license + cargo-feature + cargo-tarpaulin + cargo-edit + bacon + clippy + + texlive.combined.scheme-full + tectonic + ]; +} diff --git a/home/neovim.nix b/home/neovim.nix index 47e9632a..ac169932 100644 --- a/home/neovim.nix +++ b/home/neovim.nix @@ -9,27 +9,6 @@ in { programs.bat.enable = true; - home.packages = with pkgs; [ - nodejs - deno - - rustc - rustfmt - cargo - cargo-info - cargo-license - cargo-feature - cargo-tarpaulin - cargo-edit - bacon - clippy - - texlive.combined.scheme-full - tectonic - - universal-ctags - ]; - editorconfig = { enable = true; @@ -78,6 +57,7 @@ in rust-analyzer texlab nil + universal-ctags ]; extraConfig = /* vim */ ''