nix-dotfiles/snippets/emacs.nix
2024-12-24 15:58:45 -05:00

7 lines
64 B
Nix

{ pkgs, ... }:
{
programs.emacs = {
enable = true;
};
}