move dnscontrol to cli/extras

This commit is contained in:
John Bowdre 2024-10-23 21:47:18 -05:00
parent fe9ade7b0c
commit 94d6943248
Signed by: john
SSH key fingerprint: SHA256:cZYnOxaLdo+MhBNMX38ihO/p2Kek6fBykSFoJwHBhUo
2 changed files with 3 additions and 3 deletions

View file

@ -10,6 +10,7 @@
home.packages = with pkgs; [
android-tools # Android SDK
awscli # AWS CLI
dnscontrol # Control your DNS
envsubst # Envvar substitution for Go
google-cloud-sdk # GCP CLI
kubectl # Container wrangler

View file

@ -7,7 +7,6 @@
];
# packages
home.packages = with pkgs; [
dnscontrol
];
# home.packages = with pkgs; [
# ];
}