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