From 6476fe0c5029a72fb0c4fea0f266a3d4e2790cd1 Mon Sep 17 00:00:00 2001 From: raexera Date: Sun, 24 Nov 2024 22:55:01 +0700 Subject: [PATCH] chore(modules): update modules --- hosts/modules/shell/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/modules/shell/zsh.nix b/hosts/modules/shell/zsh.nix index 6ad6679a..fad64d25 100644 --- a/hosts/modules/shell/zsh.nix +++ b/hosts/modules/shell/zsh.nix @@ -7,7 +7,7 @@ }; environment = { - shells = pkgs.zsh; + shells = [pkgs.zsh]; pathsToLink = ["/share/zsh"]; };