Update main branch #1
1 changed files with 5 additions and 1 deletions
|
|
@ -176,7 +176,11 @@ in {
|
|||
defaultCacheTtlSsh = 300;
|
||||
};
|
||||
|
||||
services.emacs = { enable = true; };
|
||||
services.emacs = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
startWithUserSession = true;
|
||||
};
|
||||
|
||||
home.file.".local" = {
|
||||
recursive = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue