forked from colonelpanic/dotfiles
[NixOS] [Emacs] Disable actual service
This commit is contained in:
parent
740684aba3
commit
f67490b238
@ -1,7 +1,7 @@
|
||||
{ pkgs, config, specialArgs, ... }:
|
||||
{
|
||||
services.emacs = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
defaultEditor = true;
|
||||
socketActivation.enable = true;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user