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 btop
ripgrep ripgrep
vim vim
dnsdog
tree
]; ];
gnome.excludePackages = with pkgs; [ gnome.totem gnome-tour gnome.epiphany gnome.geary gnome-console ]; gnome.excludePackages = with pkgs; [ gnome.totem gnome-tour gnome.epiphany gnome.geary gnome-console ];
}; };

View file

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

View file

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

View file

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