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
/
meta
/
tools
/
http
/
default.nix
blob: b9172459793cfc793cac263ed34efae7c212ead9 (
plain
) (
blame
)
1
2
3
4
5
6
{
pkgs
,
...
}:
{
home
.
packages
=
with
pkgs
;
[
httpie httpie-desktop
];
}