home

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

commit 507bb17ea62733dc607258895411c94546fdacc1
parent aa7a7de1e338b465cddd577dc52ee259df1156b3
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri,  7 Dec 2018 19:09:30 +0100

honshu: update dev/emacs profiles

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

Diffstat:
Mmachines/honshu.nix | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/machines/honshu.nix b/machines/honshu.nix @@ -4,7 +4,10 @@ imports = [ ./base.nix ]; - profiles.dev.go.enable = true; + profiles.emacs = { daemonService = false; }; + profiles.dev = { + go.enable = true; + }; profiles.media.enable = true; xdg.configFile."ape.conf".source = ../assets/ape.conf; }