From 64a1acc961466c845b2601c0d0e165b16eb73fe2 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Tue, 9 Sep 2025 02:26:48 -0700 Subject: Emacs local LLM autocompletion --- nix/modules/default.nix | 2 ++ nix/modules/home/default.nix | 1 - nix/modules/home/emacs.nix | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) (limited to 'nix/modules') diff --git a/nix/modules/default.nix b/nix/modules/default.nix index 4bd4161..becaac8 100644 --- a/nix/modules/default.nix +++ b/nix/modules/default.nix @@ -28,6 +28,8 @@ man-pages man-pages-posix iproute2 + silver-searcher + ripgrep ]); boot.loader.grub = lib.mkIf config.monorepo.profiles.grub.enable { enable = true; diff --git a/nix/modules/home/default.nix b/nix/modules/home/default.nix index 69e26a7..a522872 100644 --- a/nix/modules/home/default.nix +++ b/nix/modules/home/default.nix @@ -176,7 +176,6 @@ kdePackages.kdenlive # kicad murmur - silver-searcher ]) else []); monorepo.profiles = { diff --git a/nix/modules/home/emacs.nix b/nix/modules/home/emacs.nix index 9ee2424..e44db8d 100644 --- a/nix/modules/home/emacs.nix +++ b/nix/modules/home/emacs.nix @@ -51,6 +51,7 @@ epkgs.magit epkgs.magit-delta epkgs.mu4e + epkgs.minuet epkgs.nix-mode epkgs.org-fragtog epkgs.org-journal @@ -78,6 +79,7 @@ epkgs.unicode-fonts epkgs.use-package epkgs.vterm + epkgs.wgrep epkgs.web-mode epkgs.websocket epkgs.which-key -- cgit v1.3