Fix broken flake and daemon
This commit is contained in:
parent
f267f5c2f1
commit
4f4d7049fb
|
@ -86,7 +86,10 @@
|
||||||
with nix; {
|
with nix; {
|
||||||
home.packages = [ custom-emacs ];
|
home.packages = [ custom-emacs ];
|
||||||
|
|
||||||
services.emacs.enable = true;
|
services.emacs = {
|
||||||
|
enable = true;
|
||||||
|
package = custom-emacs;
|
||||||
|
};
|
||||||
|
|
||||||
xdg.configFile."emacs".source = with pkgs;
|
xdg.configFile."emacs".source = with pkgs;
|
||||||
runCommandNoCC ".emacs.d" {
|
runCommandNoCC ".emacs.d" {
|
||||||
|
|
Loading…
Reference in a new issue