LLM-agents installed

This commit is contained in:
Olaf Kolkman
2026-07-08 22:26:38 +02:00
parent 4d54560d77
commit 78ffc4e895
6 changed files with 23 additions and 53 deletions
+4 -2
View File
@@ -1,9 +1,10 @@
{ config, pkgs, ... }:
let
emacsOverlaySha256 = "1ffsda6if5z9bgjh398s9kbpdggfm005xjmdljk83dcpvnx64f6m";
emacsOverlaySha256 = "02yxwls39cj02yw03b01hvg6h2fvk9k54adzqgi569mm7ld39rx8";
in
{
home-manager.backupFileExtension = "nix-backup";
nixpkgs = {
config = {
@@ -27,6 +28,7 @@ in
++ [(import (builtins.fetchTarball {
url = "https://github.com/nix-community/emacs-overlay/archive/master.tar.gz";
sha256 = emacsOverlaySha256;
}))];
}))
];
};
}