feat: remove nix-doom-emacs
This commit is contained in:
parent
84cbfd148a
commit
8f89e52db6
2 changed files with 3 additions and 11 deletions
|
@ -1,14 +1,9 @@
|
|||
{ config, pkgs, ... }: {
|
||||
programs.doom-emacs = {
|
||||
enable = true;
|
||||
doomPrivateDir = ./doom;
|
||||
};
|
||||
|
||||
services.emacs = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
# home.sessionPath = [
|
||||
# "${config.xdg.configHome}/emacs/bin"
|
||||
# ];
|
||||
home.sessionPath = [
|
||||
"${config.xdg.configHome}/emacs/bin"
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue