fix setting emacs as the default editor
This commit is contained in:
parent
1a993af543
commit
1bd7fdc529
1 changed files with 1 additions and 1 deletions
|
@ -4,11 +4,11 @@
|
|||
services.emacs = {
|
||||
enable = true;
|
||||
package = pkgs.emacs;
|
||||
defaultEditor = true;
|
||||
};
|
||||
|
||||
programs.emacs = {
|
||||
enable = true;
|
||||
package = pkgs.emacs;
|
||||
defaultEditor = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue