1
mirror of https://github.com/wlcx/home.git synced 2025-12-10 12:33:45 +00:00

fix warnings

This commit is contained in:
Sam W 2025-12-05 15:44:12 +00:00
parent b3fedf3584
commit cee2d8e6bc
2 changed files with 2 additions and 2 deletions

View File

@ -11,5 +11,5 @@
host = "*"; host = "*";
extraOptions."IdentityAgent" = "~/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data/socket.ssh"; extraOptions."IdentityAgent" = "~/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data/socket.ssh";
}; };
programs.zsh.initExtra = "eval $(/opt/homebrew/bin/brew shellenv)"; programs.zsh.initContent = "eval $(/opt/homebrew/bin/brew shellenv)";
} }

View File

@ -18,7 +18,7 @@ with pkgs; rec {
net = [dig iperf3 nmap socat tcpdump whois]; net = [dig iperf3 nmap socat tcpdump whois];
# development tools # development tools
dev = [jq nixfmt gh glab hexyl helix]; dev = [jq nixfmt-rfc-style gh glab hexyl helix];
all = base ++ net ++ dev; all = base ++ net ++ dev;
} }