mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-12 19:27:17 +00:00
emacs linux service
This commit is contained in:
parent
0e7342401f
commit
4fce51c86d
1 changed files with 6 additions and 0 deletions
|
@ -6,6 +6,12 @@ in {
|
|||
|
||||
programs.emacs.enable = true;
|
||||
|
||||
services.emacs = pkgs.lib.mkIf pkgs.stdenv.isLinux {
|
||||
enable = true;
|
||||
client.enable = true;
|
||||
startWithUserSession = true;
|
||||
};
|
||||
|
||||
programs.emacs.init = {
|
||||
enable = true;
|
||||
packageQuickstart = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue