From 17ffc5ae8fd0183e6bdf1cf1317fe2f365564d29 Mon Sep 17 00:00:00 2001 From: rogueking Date: Tue, 19 Aug 2025 23:54:11 -0700 Subject: [PATCH] darwin fixes --- home-manager/commands/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {