diff --git a/home-manager/commands/zsh.nix b/home-manager/commands/zsh.nix index 6c38f8a..1ab1498 100644 --- a/home-manager/commands/zsh.nix +++ b/home-manager/commands/zsh.nix @@ -1,4 +1,4 @@ -{ config, configPath, ... }: +{ config, configPath, hostname, ... }: { programs = { zsh = {