Switch from emacs to emacs-gtk

inky
Elnu 1 year ago
parent 41e3767a5f
commit c26c0890e7

@ -1,7 +1,10 @@
{ pkgs, lib, config, configDir, fetchFromGitHub, ... }:
{
programs.emacs.enable = true;
programs.emacs = {
enable = true;
package = pkgs.emacs-gtk;
};
services.emacs.enable = true;
home.activation.doom = lib.hm.dag.entryAfter["writeBoundary"] ''
if [ ! -d .emacs.d ]; then

Loading…
Cancel
Save