home

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

commit d9ec58c6730cd4c6fdeceeecf889dc904ed470d4
parent 53b2082993c29408040fe274762720c48a7e36e1
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu, 27 Jun 2019 17:00:51 +0200

machines.hokkaido: enable zsh

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

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

diff --git a/machines/hokkaido.nix b/machines/hokkaido.nix @@ -9,6 +9,9 @@ kustomize ]; profiles.finances.enable = true; + profiles.zsh = { + enable = true; + }; profiles.dev = { enable = true; };