disable emac

This commit is contained in:
ponymushama 2024-07-23 16:31:15 +08:00
parent 4236e5506f
commit 1e18ba1bd5
5 changed files with 3 additions and 6 deletions

View file

@ -12,7 +12,7 @@ in
];
programs.doom-emacs = {
enable = true;
enable = false;
emacsPackage = pkgs-emacs.emacs29-pgtk;
doomPrivateDir = ./.;
# This block from https://github.com/znewman01/dotfiles/blob/be9f3a24c517a4ff345f213bf1cf7633713c9278/emacs/default.nix#L12-L34