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 ]; };