emacs: Set as default editor

This commit is contained in:
Alexander Kobjolke 2023-07-05 21:09:55 +02:00
parent 3891b6c2cd
commit 92bf748a71

View file

@ -176,7 +176,11 @@ in {
defaultCacheTtlSsh = 300;
};
services.emacs = { enable = true; };
services.emacs = {
enable = true;
defaultEditor = true;
startWithUserSession = true;
};
home.file.".local" = {
recursive = true;