install dog dns tool

closes #13
This commit is contained in:
Pim Kunis 2023-10-15 17:59:47 +02:00
parent 24f564ecf4
commit b3e8280f4e
4 changed files with 5 additions and 1 deletions

View file

@ -42,6 +42,8 @@ in
btop
ripgrep
vim
dnsdog
tree
];
gnome.excludePackages = with pkgs; [ gnome.totem gnome-tour gnome.epiphany gnome.geary gnome-console ];
};

View file

@ -3,6 +3,7 @@
programs.bash = {
enable = true;
shellAliases = {
dig = "dog";
htop = "btop";
gp = "git push";
gco = "git checkout";

View file

@ -28,7 +28,6 @@
signal-desktop
telegram-desktop
strawberry
tree
gimp
libreoffice
];

View file

@ -1 +1,3 @@
```
nix run github:ryantm/agenix# -- -e secret1.age
```