Commit d9ec58c6730c

Vincent Demeester <vincent@sbr.pm>
2019-06-27 17:00:51
machines.hokkaido: enable zsh
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 53b2082
Changed files (1)
machines/hokkaido.nix
@@ -9,6 +9,9 @@
     kustomize
   ];
   profiles.finances.enable = true;
+  profiles.zsh = {
+    enable = true;
+  };
   profiles.dev = {
     enable = true;
   };