Disable emacs daemon, add graphiz for roam vis

This commit is contained in:
Evie Litherland-Smith 2023-07-27 10:05:31 +01:00
parent 3e09b51c34
commit 0277437a5f

View file

@ -3,11 +3,10 @@
{
# Emacs server service
services.emacs = {
enable = true;
enable = false;
package = pkgs.emacs28NativeComp;
defaultEditor = true;
startWithUserSession = true;
client.enable = true;
startWithUserSession = false;
};
home.packages = with pkgs; [
# Emacs dependencies
@ -17,6 +16,7 @@
coreutils
cmake
fd
graphviz
# Language-specific requirements
ispell