index
:
nixos-config
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
home
/
ebisu
/
fortune
/
networking
/
tools
/
dns.nix
blob: f7e487a99d2199bbd49e8b4e258c6de25c518cc9 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
9
{
pkgs
,
...
}:
{
home
.
packages
=
with
pkgs
;
[
dnsutils whois dogdns doggo
];
}