mirror of
https://github.com/wlcx/home.git
synced 2025-12-08 19:43:46 +00:00
fix warnings
This commit is contained in:
parent
b3fedf3584
commit
cee2d8e6bc
@ -11,5 +11,5 @@
|
||||
host = "*";
|
||||
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)";
|
||||
}
|
||||
|
||||
@ -18,7 +18,7 @@ with pkgs; rec {
|
||||
net = [dig iperf3 nmap socat tcpdump whois];
|
||||
|
||||
# development tools
|
||||
dev = [jq nixfmt gh glab hexyl helix];
|
||||
dev = [jq nixfmt-rfc-style gh glab hexyl helix];
|
||||
|
||||
all = base ++ net ++ dev;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user