diff options
| author | Preston Pan <ret2pop@gmail.com> | 2025-09-09 02:26:48 -0700 |
|---|---|---|
| committer | Preston Pan <ret2pop@gmail.com> | 2025-09-09 02:26:48 -0700 |
| commit | 64a1acc961466c845b2601c0d0e165b16eb73fe2 (patch) | |
| tree | 98555045c476de809227be6b173fa262ed8d7cbb /nix/modules/default.nix | |
| parent | 9b3a166490bb5f88a5cdea55c6676d330db72fc2 (diff) | |
Emacs local LLM autocompletion
Diffstat (limited to 'nix/modules/default.nix')
| -rw-r--r-- | nix/modules/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
