426 current 2025-06-10 00:16:28 25.05.20250424.f771eb4 6.12.24 *
This commit is contained in:
15
home/programs/emacs/default.nix
Normal file
15
home/programs/emacs/default.nix
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user