426 current 2025-06-10 00:16:28 25.05.20250424.f771eb4 6.12.24 *

This commit is contained in:
2025-06-10 00:17:06 -04:00
parent 2f7ab1807b
commit 1140744966
4 changed files with 19 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
config,
pkgs,
callPackage,
...
}: {
nixpkgs.overlays = [
(import (builtins.fetchTarball {
url = "https://github.com/nix-community/emacs-overlay/archive/master.tar.gz";
}))
];
services.emacs.package = pkgs.emacs-unstable;
services.emacs.enable = true;
}