Fix broken flake and daemon

This commit is contained in:
outfoxxed 2023-01-17 12:25:01 -08:00
parent f267f5c2f1
commit 4f4d7049fb
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E

View file

@ -86,7 +86,10 @@
with nix; {
home.packages = [ custom-emacs ];
services.emacs.enable = true;
services.emacs = {
enable = true;
package = custom-emacs;
};
xdg.configFile."emacs".source = with pkgs;
runCommandNoCC ".emacs.d" {