Fixed emacs service not compatible with nix darwin
This commit is contained in:
parent
7f5a39479e
commit
0cb858a715
@ -32,6 +32,4 @@
|
||||
".emacs.d/lsp.org".source = ../dotfiles/.emacs.d/lsp.org;
|
||||
".mbsyncrc".source = ../dotfiles/.mbsyncrc;
|
||||
};
|
||||
|
||||
services.emacs.enable = true;
|
||||
}
|
||||
|
@ -19,6 +19,8 @@
|
||||
bitwarden
|
||||
];
|
||||
|
||||
services.emacs.enable = true;
|
||||
|
||||
dconf = {
|
||||
enable = true;
|
||||
settings = {
|
||||
@ -48,6 +50,5 @@
|
||||
|
||||
};
|
||||
|
||||
|
||||
home.stateVersion = "23.11";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user