Compare commits

..

No commits in common. "57ca6b2305de4a4774157e9047b1ff79a40a3f93" and "604cf1b75d8eef2e1a634bda21ae87c22aeb9519" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -25,7 +25,6 @@
# Shouldn't have an effect on macos, on linux we need to specify a pinentry
services.gpg-agent = {
enable = true;
enableSshSupport = true;
pinentryFlavor = "qt"; # for plasma
};
}

View File

@ -15,7 +15,7 @@ with pkgs; rec {
];
# Networking shit
net = [dig iperf3 nmap socat tcpdump whois];
net = [iperf3 nmap socat tcpdump];
# development tools
dev = [jq nixfmt gh glab hexyl];