nix-configurations/home/features/coding/emacs.nix

5 lines
90 B
Nix
Raw Normal View History

2023-02-01 11:38:23 +00:00
{ pkgs, ... }: {
2023-02-05 13:53:32 +00:00
services.emacs.enable = true;
2023-07-03 12:32:30 +00:00
programs.emacs = { enable = true; };
2023-02-01 11:38:23 +00:00
}