4 lines
102 B
Nix
4 lines
102 B
Nix
{lib, ...}: {
|
|
ccrEmacs.enable = true;
|
|
home.sessionVariables.EDITOR = lib.mkForce "emacsclient";
|
|
}
|