home

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

commit aafd268266ed9a0b29e980c27a0c01aea5c6d114
parent c93eabe77a4f2c8ba318112c9f59bd45157d1148
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu,  5 Sep 2019 10:26:11 +0200

machine/naruhodo: enable dev.js and finances

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

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

diff --git a/machines/naruhodo.nix b/machines/naruhodo.nix @@ -15,12 +15,14 @@ with import ../assets/machines.nix;{ containers = false; minikube.enable = false; }; + profiles.finances.enable = true; profiles.zsh = { enable = true; }; profiles.ssh.machines = sshConfig; profiles.dev = { enable = true; + js.enable = true; }; profiles.emacs = { enable = true;