summaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@gmail.com>2025-09-09 02:26:48 -0700
committerPreston Pan <ret2pop@gmail.com>2025-09-09 02:26:48 -0700
commit64a1acc961466c845b2601c0d0e165b16eb73fe2 (patch)
tree98555045c476de809227be6b173fa262ed8d7cbb /nix
parent9b3a166490bb5f88a5cdea55c6676d330db72fc2 (diff)
Emacs local LLM autocompletion
Diffstat (limited to 'nix')
-rw-r--r--nix/flake.lock12
-rw-r--r--nix/modules/default.nix2
-rw-r--r--nix/modules/home/default.nix1
-rw-r--r--nix/modules/home/emacs.nix2
4 files changed, 10 insertions, 7 deletions
diff --git a/nix/flake.lock b/nix/flake.lock
index 0be049f..f90d69b 100644
--- a/nix/flake.lock
+++ b/nix/flake.lock
@@ -67,11 +67,11 @@
]
},
"locked": {
- "lastModified": 1756733629,
- "narHash": "sha256-dwWGlDhcO5SMIvMSTB4mjQ5Pvo2vtxvpIknhVnSz2I8=",
+ "lastModified": 1757255839,
+ "narHash": "sha256-XH33B1X888Xc/xEXhF1RPq/kzKElM0D5C9N6YdvOvIc=",
"owner": "nix-community",
"repo": "disko",
- "rev": "a5c4f2ab72e3d1ab43e3e65aa421c6f2bd2e12a1",
+ "rev": "c8a0e78d86b12ea67be6ed0f7cae7f9bfabae75a",
"type": "github"
},
"original": {
@@ -430,11 +430,11 @@
"nixpkgs": "nixpkgs_3"
},
"locked": {
- "lastModified": 1757237279,
- "narHash": "sha256-u0cJc2Thq0QF8fzTSy3617E83aAPsGKjnIKgaZBXW+I=",
+ "lastModified": 1757367609,
+ "narHash": "sha256-/sMr7GRnb7Y3i0w+qg/5y1LWB3FL8Wai0tPn9aiUlw4=",
"owner": "nix-community",
"repo": "NUR",
- "rev": "4dcb0b2bddd4456fc10d7f29862a1f1b1fd304e9",
+ "rev": "6291367b23c38821ca01c64f93c11c5cb56748ad",
"type": "github"
},
"original": {
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