rust-analyzer fix / emacs openai

This commit is contained in:
m3tam3re 2023-04-05 06:39:26 +02:00
parent d3f6754c7a
commit fccf311bf3
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{ pkgs, ... }: { { pkgs, ... }: {
imports = [ ./emacs.nix ./golang.nix ./nix.nix ./nodejs.nix ./tools.nix ]; imports = [ ./emacs.nix ./golang.nix ./nix.nix ./nodejs.nix ./rust.nix ./tools.nix ];
home.packages = with pkgs; home.packages = with pkgs;
[ [

View File

@ -50,6 +50,7 @@
epkgs.helm-lsp epkgs.helm-lsp
epkgs.helm-descbinds epkgs.helm-descbinds
epkgs.helm-rg epkgs.helm-rg
epkgs.helm-c-yasnippet
epkgs.highlight-indent-guides epkgs.highlight-indent-guides
epkgs.hydra epkgs.hydra
epkgs.ivy epkgs.ivy
@ -98,6 +99,8 @@
epkgs.vterm epkgs.vterm
epkgs.web-mode epkgs.web-mode
epkgs.which-key epkgs.which-key
epkgs.yasnippet
epkgs.yasnippet-snippets
epkgs.zetteldeft epkgs.zetteldeft
]; ];
}; };