rust-analyzer fix / emacs openai
This commit is contained in:
parent
d3f6754c7a
commit
fccf311bf3
|
@ -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;
|
||||||
[
|
[
|
||||||
|
|
|
@ -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
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue