From fccf311bf3863fdd62963c4a42768b6cc4f8b3c0 Mon Sep 17 00:00:00 2001 From: m3tam3re Date: Wed, 5 Apr 2023 06:39:26 +0200 Subject: [PATCH] rust-analyzer fix / emacs openai --- home/features/coding/default.nix | 2 +- home/features/coding/emacs.nix | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/home/features/coding/default.nix b/home/features/coding/default.nix index a79e3b9..51c8d99 100644 --- a/home/features/coding/default.nix +++ b/home/features/coding/default.nix @@ -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; [ diff --git a/home/features/coding/emacs.nix b/home/features/coding/emacs.nix index b7ecef1..de79527 100644 --- a/home/features/coding/emacs.nix +++ b/home/features/coding/emacs.nix @@ -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 ]; };