Switch from emacs to emacs-gtk
This commit is contained in:
parent
41e3767a5f
commit
c26c0890e7
1 changed files with 4 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue