mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-14 14:12:19 +00:00
move dnscontrol to cli/extras
This commit is contained in:
parent
fe9ade7b0c
commit
94d6943248
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
];
|
||||
|
||||
# packages
|
||||
home.packages = with pkgs; [
|
||||
dnscontrol
|
||||
];
|
||||
# home.packages = with pkgs; [
|
||||
# ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue