fix doom emacs

This commit is contained in:
Simon Gardling 2025-10-17 14:06:58 -04:00
parent 9279a2ed8b
commit b59ee1ed72
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D
2 changed files with 4 additions and 3 deletions

View File

@ -19,11 +19,10 @@
];
programs.emacs.package = pkgs.emacs-unstable-pgtk;
programs.doom-emacs = {
enable = true;
doomDir = ./doom.d;
emacs = pkgs.emacs-unstable-pgtk;
extraPackages = epkgs: [
epkgs.dracula-theme
@ -32,6 +31,5 @@
# for file search
pkgs.fd
];
};
}

View File

@ -140,6 +140,9 @@ in
# Application launcher
"Mod+Space".action = spawn (lib.getExe pkgs.fuzzel);
# TODO! make this work
"Mod+E".action = spawn "${config.programs.doom-emacs.finalDoomPackage}/bin/doom-emacs";
"Mod+O".action = toggle-overview;
# open a terminal