home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit f9539e9662744b363ae589c132181e661648a2b4
parent 13df1c8214895bcdfa9a06be2e3ee85f8854ba9c
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu, 12 Sep 2019 11:05:21 +0200

machine/hokkaido: enable emacs

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mmachines/hokkaido.nix | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/machines/hokkaido.nix b/machines/hokkaido.nix @@ -7,5 +7,9 @@ profiles.zsh = { enable = true; }; + profiles.emacs = { + enable = true; + texlive = false; + }; xdg.configFile."ape.conf".source = ../assets/ape.conf; }