Update main branch #1

Merged
jakalx merged 120 commits from develop into main 2024-02-05 21:51:32 +01:00
Showing only changes of commit 92bf748a71 - Show all commits

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;