dotfiles.nix/emacs.nix

7 lines
73 B
Nix

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