Fixed emacs service not compatible with nix darwin

This commit is contained in:
Random936 2024-05-23 21:05:14 -07:00
parent 7f5a39479e
commit 0cb858a715
2 changed files with 2 additions and 3 deletions

View File

@ -32,6 +32,4 @@
".emacs.d/lsp.org".source = ../dotfiles/.emacs.d/lsp.org;
".mbsyncrc".source = ../dotfiles/.mbsyncrc;
};
services.emacs.enable = true;
}

View File

@ -19,6 +19,8 @@
bitwarden
];
services.emacs.enable = true;
dconf = {
enable = true;
settings = {
@ -48,6 +50,5 @@
};
home.stateVersion = "23.11";
}