[NixOS] [Emacs] Hopefully got socket activation right this time
This commit is contained in:
parent
f925472896
commit
ff0544b4c1
@ -1,9 +1,9 @@
|
||||
{ pkgs, config, specialArgs, ... }:
|
||||
{
|
||||
services.emacs = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
startWithUserSession = "graphical";
|
||||
startWithUserSession = false;
|
||||
socketActivation.enable = true;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user