rust-analyzer fix / emacs openai
This commit is contained in:
parent
d3f6754c7a
commit
fccf311bf3
|
@ -1,5 +1,5 @@
|
|||
{ 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;
|
||||
[
|
||||
|
|
|
@ -50,6 +50,7 @@
|
|||
epkgs.helm-lsp
|
||||
epkgs.helm-descbinds
|
||||
epkgs.helm-rg
|
||||
epkgs.helm-c-yasnippet
|
||||
epkgs.highlight-indent-guides
|
||||
epkgs.hydra
|
||||
epkgs.ivy
|
||||
|
@ -98,6 +99,8 @@
|
|||
epkgs.vterm
|
||||
epkgs.web-mode
|
||||
epkgs.which-key
|
||||
epkgs.yasnippet
|
||||
epkgs.yasnippet-snippets
|
||||
epkgs.zetteldeft
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue