Emacs service
This commit is contained in:
parent
55427d9238
commit
99c4179cb5
|
@ -39,10 +39,7 @@
|
|||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
# Machine specific configuration
|
||||
programs.nushell.environmentVariables = {
|
||||
VISUAL = "nvim";
|
||||
EDITOR = "nvim";
|
||||
};
|
||||
services.emacs.defaultEditor = true;
|
||||
}
|
||||
)
|
||||
];
|
||||
|
|
|
@ -72,4 +72,8 @@ in
|
|||
))
|
||||
];
|
||||
};
|
||||
services.emacs = {
|
||||
enable = true;
|
||||
client.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue