commit e526d639e8fbdaa6b6942984b17881dce424955c
parent 2d54db06cf69eda5adea0d6416b8a2b463852e53
Author: Vincent Demeester <vincent@sbr.pm>
Date: Fri, 28 Jun 2019 15:03:04 +0200
machines/wakasu: enable zsh
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/machines/wakasu.nix b/machines/wakasu.nix
@@ -4,6 +4,9 @@
imports = [
./base.nix
];
+ profiles.zsh = {
+ enable = true;
+ };
profiles.cloud.google.enable = true;
profiles.containers = {
enable = true;